PCBI365RibbonDirectoryExists Method
Namespace: PCBI_365Assembly: PCBI_365 (in PCBI_365.dll) Version: 17.0.0.0 (17.0.0.0)
public Task<TryResults<bool>> DirectoryExists(
string path
)
Public Function DirectoryExists (
path As String
) As Task(Of TryResults(Of Boolean))
public:
virtual Task<TryResults<bool>^>^ DirectoryExists(
String^ path
) sealed
abstract DirectoryExists :
path : string -> Task<TryResults<bool>>
override DirectoryExists :
path : string -> Task<TryResults<bool>>
- path String
-
TaskTryResultsBooleanIPluginUserManagerProviderDirectoryExists(String)