VFS.Index.md
June 4, 2025 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.VFS
VFS.Index Property
Gets the file index of the file system. Basically, this is a dictionary that maps file paths to file nodes. This is useful for quickly finding a file node by its path.
public Atypical.VirtualFileSystem.Core.VFSIndex Index { get; }
Implements Index