Delegate ExistsDirectory
- Namespace
- SunamoShared._SunamoExceptions.Delegates
- Assembly
- SunamoShared.dll
Delegate for checking directory existence, redirecting to FSApps or FS. Returns bool? to signal unauthorized access (e.g. accessing .xlf in UWP).
public delegate bool? ExistsDirectory(string path)
Parameters
pathstringThe directory path to check for existence.
Returns
- bool?
- Delegate for checking directory existence, redirecting to FSApps or FS. Returns bool? to signal unauthorized access (e.g. accessing .xlf in UWP).
- Extension Methods