| FolderExists method 
           Checks if a folder with the passed name exists 
          Syntax:
          
            variable = object.FolderExists(path) 
           
          Parameters:
          
            path - The directory path 
            returned value - True if the directory exists and False if
            it does not exists or file with the same name is found.  
           
          Applies to: SFMain
          object 
          See also:  Exists,
          FileExists
           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 
           
             |