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