| [Overview][Constants][Types][Procedures and functions][Variables][Index] |
Indicates if the specified directory name exists in the file system
Source position: lazfileutils.pas line 40
function DirPathExists( |
DirectoryName: string |
):Boolean; |
DirectoryName |
|
DIrectory Name to locate |
True when the specified directory exists in the file system
DirPathExists is a Boolean function which indicates if the specified directory name exists in the file system. DirectoryName can contain a trailing path delimiter, but it removed in the function. DirPathExists calls DirectoryExistsUTF8 to get the return value.
|
Determine if the specified path exists on the local file system |
| lazarus-ccr.sourceforge.net |