VirtualFileBase.VirtualPath Property

Definition

Gets the virtual file path.

public:
 property System::String ^ VirtualPath { System::String ^ get(); };
public string VirtualPath { get; }
member this.VirtualPath : string
Public ReadOnly Property VirtualPath As String

Property Value

The path to the virtual file.

Remarks

The VirtualPath property returns the path to the file or directory represented by this object.

Applies to

See also