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