You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If not, can we add support for a cross-platform way to access current disk usage, how much free space is available, etc?
From this thread, it sounds like there aren't any available julia packages that provide this yet. Python seems to provide something like this: https://stackoverflow.com/a/2372171/751061.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Can we provide something like statfs()? Get available disk utilization?
Can we provide something like statfs()? Get free disk space / disk utilization?
Aug 13, 2020
According to this Discourse thread (https://discourse.julialang.org/t/is-there-a-way-to-find-out-free-disk-space-equivalent-to-psutil-disk-usage-in-python/16918), apparently libuv 1.31 added
uv_fs_statfs()
, but we're still on libuv 1.29.Do we have plans to upgrade?
If not, can we add support for a cross-platform way to access current disk usage, how much free space is available, etc?
From this thread, it sounds like there aren't any available julia packages that provide this yet. Python seems to provide something like this: https://stackoverflow.com/a/2372171/751061.
The text was updated successfully, but these errors were encountered: