FileSystem.isDirectory
bool isDirectory(string path)Returns true when path exists and is a directory.
Remarks
This is a convenience probe. It returns false for files, missing paths, and errors that prevent reliable probing.
Parameters
string
path
Path to probe.
Generated with campc 0.12.0-preview.1.