IVirtualFileSystem.Index.md
June 4, 2025 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem
IVirtualFileSystem.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.
Atypical.VirtualFileSystem.Core.VFSIndex Index { get; }