getting free space tries to get the space safely, if doesn't work and windows

the tries interop.
This commit is contained in:
kay.one
2013-04-29 23:11:49 -07:00
parent d6cc0b40fb
commit e03ab2ebea
5 changed files with 53 additions and 17 deletions

View File

@@ -8,7 +8,7 @@ namespace NzbDrone.Core.RootFolders
{
public string Path { get; set; }
public ulong FreeSpace { get; set; }
public long FreeSpace { get; set; }
public List<UnmappedFolder> UnmappedFolders { get; set; }
}