public Fuse(Vfs vfs) { _directoryCache = new ConcurrentDictionary <long, List <DirectoryEntry> >(); _lastHandle = 0; _fileStatHandleCache = new ConcurrentDictionary <long, Stat>(); Name = "romrepombgrfs"; _vfs = vfs; }
public Winfsp(Vfs vfs) => _vfs = vfs;