VFSRootPath.md
January 20, 2026 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core
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. |