[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Check whether a directory exists in the file system.
Source position: filutilh.inc line 87
function DirectoryExists( |
const Directory: String |
):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 file exists in the filesystem. |
lazarus-ccr.sourceforge.net |