DirectoryCreate()
Creates new directory for specified path
DirectoryCreate( path=string, createPath=boolean, ignoreExists=boolean );
Returns: void
Examples
// This will create parent directory when not exist
directoryCreate( expandPath('images/uploads'), true, true);
See also
- File handling
- DirectoryCopy()
- DirectoryDelete()
- DirectoryExists()
- DirectoryList()
- DirectoryRename()
- <cfdirectory>
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)