Home > lang > dfree 
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
DFree
Syntax
Size = DFree ( Path AS String ) AS Long

Returns the free space size (in bytes) of the device where Path is located.

Examples

PRINT DFree("/")

5112569856

PRINT DFree("/home")

454918144

Do not compare the result with Integer limits, but use Long limits, as disks may have more than 2 ^ 32 Bytes capacity.

See also

File & Directory Functions