number devices.system.freeSpace
								
								Jump to navigation
				Jump to search
									
								
							
		Returns free space on the socket's disk (in MB).
number devices.system.freeSpace
Value
number number of free MB's available at the socket's disk
Usage
-- log free space
logf("Free space: %dMB", devices.system.freeSpace)
See also
- devices.system.totalSpace total space on the socket's disk