Пример #1
0
 public override string GetFullPath(FsPath localPath) => RootPath + localPath.Join("/");
Пример #2
0
 public override string GetUriPath(FsPath localPath) => RootPath.TrimStart('/') + localPath.Join("/");