| FileExists method 
           Check if file with the passed name exists. 
          Syntax:
          
            variable = object.FileExists(file_path) 
           
          Parameters:
          
            file_path - File specification 
            retuned value - True if file exists and False if it does
            not exist or if there is a directory with the same name. 
           
          Applies to: SFMain
          object 
          See also:  Exists,
          FolderExists
           Supported on: 
          
            Windows 95/NT and later 
            Windows CE 3.0 and later 
            Pocket PC/Windows Mobile 2003 and later 
            Windows CE.NET 4 and later 
           
             |