DirectoryInfo()
returns detailed info about the given directory.
Introduced: 6.0.0.151
DirectoryInfo( source=string );
Returns: Struct
Examples
dump( directoryinfo( GetTempDirectory() ) );
See also
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)