コード例 #1
0
 public override string GetFullPath(FsPath localPath) => RootPath + localPath.Join("/");
コード例 #2
0
 public override string GetUriPath(FsPath localPath) => RootPath.TrimStart('/') + localPath.Join("/");