DriveSpaceFree()

Namespace ›› System ›› Mfunc ›› Methods ››
Parent Previous Next

DriveSpaceFree()

OutputVar := Mfunc.DriveSpaceFree(path)

Mfunc.DriveSpaceFree(path)

Retrieves the free disk space of a drive, in Megabytes.

Parameters

path

Path of drive to receive information from. Since NTFS supports mounted volumes and directory junctions, different amounts of free space might be available in different folders of the same "drive" in some cases.
Can be MfString instance or var containing string.

Returns

Returns value in which which is rounded down to the nearest whole number.

Remarks

Wrapper for AutoHotkey Docs - DriveSpaceFree.
Static method.

Example

FreeSpace := Mfunc.DriveSpaceFree("c:\")