|
|
|
|
|
by ben0x539
1687 days ago
|
|
> Just make the API call to write to the disk. If that returns "disk full" let the user know. Don't "check" first. idk. Things don't always behave super gracefully if the disk is actually entirely full, this could lead to data loss as other applications can't persist their state as they expect to be able to. |
|