Ejemplo n.º 1
0
 public void AddDirectoryManually(string path, ScsEntry entry)
 {
     Directories.Add(entry.GetHash(), new ScsDirectory(_rfs, path));
 }
Ejemplo n.º 2
0
 public ScsFile(ScsEntry entry, string path)
 {
     Entry      = entry;
     _entryPath = path;
 }