IPluginManifestStorageProviderFileExists Method |
Returns true if the file exists.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool FileExists(
string fileName
)
Function FileExists (
fileName As String
) As Boolean
bool FileExists(
String^ fileName
)
abstract FileExists :
fileName : string -> bool
Parameters
- fileName
- Type: SystemString
Return Value
Type:
BooleanSee Also