ISettingsPresenterProviderFileExists Method |
Returns true if there is a file with the full path as passed.
Namespace: VirtualRadar.Interface.PresenterAssembly: 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