Click or drag to resize

IVirtualFileSystem Interface

Interface that implements the virtual file system.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public interface IVirtualFileSystem

The IVirtualFileSystem type exposes the following members.

Methods
 NameDescription
Public methodCode exampleCombine Determine the canonically correct script path.
Public methodCode exampleDelete Delete the script.
Public methodCode exampleExists Determine the existance of a script.
Public methodCode exampleGetCaption Determine the caption for a script.
Public methodCode exampleGetTimeStamp Determine the time stamp for a script.
Public methodCode exampleRead Read the script's contents.
Public methodCode exampleWrite Write the script's contents.
Top
Remarks
The virtual file system interface allows the host application to determine where scripts are actually stored.
See Also