|
EmbeddedResourceProviderDirectoryExists Method
|
Gets a value that indicates whether a directory exists in the virtual file system.
Namespace: GSF.Web.EmbeddedAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.205-beta
Syntax public override bool DirectoryExists(
string virtualDir
)
Public Overrides Function DirectoryExists (
virtualDir As String
) As Boolean
public:
virtual bool DirectoryExists(
String^ virtualDir
) override
abstract DirectoryExists :
virtualDir : string -> bool
override DirectoryExists :
virtualDir : string -> bool
function DirectoryExists(virtualDir);
View SourceParameters
- virtualDir String
- The path to the virtual directory.
Return Value
Booleantrue if the directory exists in the virtual file system; otherwise, false.
See Also