2025-05-14 2:19 AM
Hallo,
does exist, in FileX, a function that returns the free available space not yet utilized?
Thank you.
2025-05-14 8:01 AM
No
2025-08-25 3:56 AM
Hello @IVent.1 ,
Yes, FileX provides a function to retrieve the free available space on a storage volume. The API function to use is:
fx_media_space_available(FX_MEDIA *media_ptr, ULONG *available_bytes_ptr)
This function returns the amount of free space in bytes currently available on the specified media.
Regards,
Maher