OutputVar := Mfunc.DriveSpaceFree(path)
Retrieves the free disk space of a drive, in Megabytes.
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 value in which which is rounded down to the nearest whole number.
Wrapper for AutoHotkey Docs - DriveSpaceFree.
Static method.
FreeSpace := Mfunc.DriveSpaceFree("c:\")