DirectoryExists()
Determines whether a directory exists.
DirectoryExists( path=string, allowRealPath=object );
Returns: Boolean
Examples
directoryExists("directoryPath");
See also
- Decision logic
- File handling
- DirectoryCopy()
- DirectoryCreate()
- DirectoryDelete()
- DirectoryList()
- DirectoryRename()
- <cfdirectory>
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)