| IPluginSettingsStorageProviderFileExists 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)
Syntaxbool 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: 
Boolean
See Also