[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Check whether a directory exists in the file system.
Source position: filutilh.inc line 85
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. |
No notes exist for this page yet.