System.FreeDiskSpace Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the available disk space for the current drive, in bytes.
public:
property int FreeDiskSpace { int get(); };
public int FreeDiskSpace { get; }
member this.FreeDiskSpace : int
Public ReadOnly Property FreeDiskSpace As Integer
Property Value
Remarks
Note There are 1024 bytes in a kilobyte and 1,048,576 bytes in a megabyte. The maximum return value for the FreeDiskSpace property is 2,147,483,647. Therefore, even if you have four gigabytes of free disk space, it returns 2147483647.