Fixed: File browser ordering and volume name

This commit is contained in:
Mark McDowall 2014-12-20 13:24:29 -08:00
commit 6878804705
4 changed files with 25 additions and 5 deletions

View file

@ -46,6 +46,7 @@ namespace NzbDrone.Common.Disk
string[] GetFixedDrives();
string GetVolumeLabel(string path);
FileStream StreamFile(string path);
List<DriveInfo> GetDrives();
List<DirectoryInfo> GetDirectoryInfos(string path);
List<FileInfo> GetFileInfos(string path);
}