VirtualDirectoryExists Method |
Determines whether the given path refers to an existing directory on virtual file system.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static bool Exists(
string path
)
Parameters
- path String
- The path to test.
Return Value
Booleantrue if the directory is exists; otherwise,
false.
See Also