Click or drag to resize

EmbeddedResourceProviderFileExists Method

Gets a value that indicates whether a file 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 FileExists(
	string virtualPath
)
View Source

Parameters

virtualPath  String
The path to the virtual file.

Return Value

Boolean
true if the file exists in the virtual file system; otherwise, false.
Remarks
Any virtual path that begins with an @ symbol is assumed to be an embedded resource where the path represents the namespace hierarchy in either slash or dot notation.
See Also