[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Check whether a directory exists in the file system.
Source position: filutilh.inc line 131
function DirectoryExists( |
const Directory: UnicodeString |
):Boolean; |
const Directory: RawByteString |
):Boolean; |
DirectoryExists checks whether Directory exists in the filesystem and is actually a directory. If this is the case, the function returns True, otherwise False is returned.
|
Check whether a particular file exists in the filesystem. |