|
EmbeddedResourceProviderGetFile Method
|
Gets a file from the virtual file system.
Namespace: GSF.Web.EmbeddedAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.205-beta
Syntax function GetFile(virtualPath);
View SourceParameters
- virtualPath String
- The path to the virtual file.
Return Value
VirtualFileAn implementation of the
VirtualFile class that represents a file in the virtual file system.
See Also