IDocument StorageDirectory Exists Method
Returns true if directory path exists; false otherwise.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Platform.IO
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
True if path exists; false otherwise.
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
bool DirectoryExists(
string path
)Parameters
- path String
- Directory path.
Return Value
BooleanTrue if path exists; false otherwise.