Problem with GetVolumeInfo to get freespace in bytes
Posted: Tue Sep 17, 2024 9:23 pm
Hello,
i have a problem with GetVolumeInfo to get freespace in bytes like mentionned in the example.
if i write
i get 1554153 (but it's Kb...), i have 1.5Gb...
i need to have the free size in bytes if possible.
Any solutions please ?
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 ?