IBasicNoUIVirtualFileSystem Property |
Gets or sets the virtual file system.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
SyntaxIVirtualFileSystem VirtualFileSystem { get; set; }
Property VirtualFileSystem As IVirtualFileSystem
Get
Set
property IVirtualFileSystem^ VirtualFileSystem {
IVirtualFileSystem^ get ();
void set (IVirtualFileSystem^ value);
}
Property Value
IVirtualFileSystem
The virtual file system.
Setting to null (
Nothing for Visual Basic) resets the virtual file system to the default.
Remarks
The virtual file system determines where scripts are stored.
Script names beginning with '*' are not handled by the virtual file system.
This property should not be changed while scripts from a different virtual file system are visible in the IDE or loaded into the interpreter.
See Also