[Mono-dev] [PATCH] Support for AvailableFreeSpace, TotalFreeSpace, TotalSize in System.IO.DriveInfo

Gonzalo Paniagua Javier gonzalo.mono at gmail.com
Wed Jan 7 20:22:29 EST 2009


On Wed, 2009-01-07 at 18:18 +0100, Christian Prochnow wrote:
> Hi,
> 
> sorry, i missed the correct ChangeLog files. The new patch is attached.
> 

AFAIR, statvfs() is not present on some systems that we support.
Also, I'm not sure how it works on MS.NET, but what happens if the
available space changes after you have created the DriveInfo instance?
Will you get the space at the time of the instance creation or the
current one?

-Gonzalo




More information about the Mono-devel-list mailing list