Previous - sysFileVersionInfo Section Home - File System Next - sysFolderList


sysFolderExist ( )

Checks if a folder exists on the current file system

Usage:

sysFolderExist (object me, string folderPath )

Parameters:

folderPath (string) - a string specifying the path to an existing folder

Returns:

(boolean):

True - folder exists
False - folder does not exist

Example:

xtRose = xtra("Rosetta").new( )
if xtRose.sysFolderExist( "c:\windows" ) = 0 then
  alert "folder missing"
end if

Notes:

 


Previous - sysFileVersionInfo Section Home - File System Next - sysFolderList