Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.98 KB

File metadata and controls

26 lines (18 loc) · 1.98 KB

VFSRootPath Class

Represents the root directory of the virtual file system.

public record VFSRootPath : Atypical.VirtualFileSystem.Core.VFSDirectoryPath, System.IEquatable<Atypical.VirtualFileSystem.Core.VFSRootPath>

Inheritance System.Object 🡒 VFSPath 🡒 VFSDirectoryPath 🡒 VFSRootPath

Implements System.IEquatable<VFSRootPath>

Constructors
VFSRootPath() Represents the root directory of the virtual file system.
Methods
ToString() Returns a string that represents the current object. The string representation of the root directory is the constant ROOT_PATH.
Operators
implicit operator string(VFSRootPath) Implicit conversion to string This allows you to use a VFSRootPath as a string.