Click or drag to resize

IBasicNoUIVirtualFileSystem Property

Gets or sets the virtual file system.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
IVirtualFileSystem VirtualFileSystem { get; set; }

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