Пример #1
0
 public DirectoryEntryType GetEntryType(string path)
 {
     try
     {
         return(SaveDataFileSystemCore.GetEntryType(path));
     }
     catch (HorizonResultException ex)
     {
         ConvertResultException(ex);
         throw;
     }
 }
Пример #2
0
 public DirectoryEntryType GetEntryType(string path)
 {
     return(SaveDataFileSystemCore.GetEntryType(path));
 }