FileUtilityIsDirectory Method |
Determines whether the specified path refers to an existing directory.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool IsDirectory(
string filename
)
Parameters
- filename String
- The path to test.
Return Value
Booleantrue if the path refers to an existing directory; otherwise,
false.
See Also