IPluginUserManagerProviderFileExists Method

Check if a file exists

Definition

Namespace: PCBI.Plugin.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
Task<TryResults<bool>> FileExists(
	string path
)

Parameters

path  String
Relative path starting from but not including /user/

Return Value

TaskTryResultsBoolean
True if it exists

See Also