Fix GetSizeOnAllDisks throws exception on LocalFileSystem (#3)
Dvd/Cd will throw exception: System.IO.IOException: 'The device is not ready'.
This commit is contained in:
Родитель
dc160f6ab6
Коммит
4386639c0c
|
@ -79,6 +79,7 @@ namespace Camelotia.Services.Providers
|
|||
{
|
||||
var totalBytes = DriveInfo
|
||||
.GetDrives()
|
||||
.Where(p => p.DriveType != DriveType.CDRom)
|
||||
.Select(x => x.AvailableFreeSpace)
|
||||
.Sum();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче