Exemplo n.º 1
0
 public LinuxLink(Path path, RegularFileSystem fileSystem)
     : base(path)
 {
 }
Exemplo n.º 2
0
 public LinuxDirectory(Path path, RegularFileSystem fileSystem)
     : base(path)
 {
 }