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