i have a problem with GetVolumeInfo to get freespace in bytes like mentionned in the example.
if i write
Code: Select all
space = GetVolumeInfo("RAM:", #FREESPACE)
consoleprint(space)i need to have the free size in bytes if possible.
Any solutions please ?