Beispiel #1
0
 public long GetFreeSpaceSize(string path)
 {
     try
     {
         return(SaveDataFileSystemCore.GetFreeSpaceSize(path));
     }
     catch (HorizonResultException ex)
     {
         ConvertResultException(ex);
         throw;
     }
 }
Beispiel #2
0
 public long GetFreeSpaceSize(string path)
 {
     return(SaveDataFileSystemCore.GetFreeSpaceSize(path));
 }