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. |