[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Check whether a directory exists in the file system.
Source position: filutilh.inc line 179
function DirectoryExists( |
const Directory: UnicodeString; |
FollowLink: Boolean = True |
):Boolean; |
const Directory: RawByteString; |
FollowLink: Boolean = True |
):Boolean; |
DirectoryExists checks whether Directory exists in the file system 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 file system. |