Click or drag to resize

EmbeddedResourceProviderDirectoryExists Method

Gets a value that indicates whether a directory exists in the virtual file system.

Namespace: GSF.Web.Embedded
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public override bool DirectoryExists(
	string virtualDir
)
View Source

Parameters

virtualDir  String
The path to the virtual directory.

Return Value

Boolean
true if the directory exists in the virtual file system; otherwise, false.
See Also