Beispiel #1
0
 public bool DoesFileExist(string path)
 {
     path = new DfsPath(_appConfig.ApplicationName, _appConfig.BucketName, path).ToString();
     return(_service.DoesFileExist(path));
 }