dart_bin library: Want way to set file size (like C stdlib ftruncate) #264
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
type-enhancement
A request for a change that isn't a bug
This issue was originally filed by [email protected]
For an app I am writing, I need to be able to control the size of a file.
I want to be able to access the C stdlib "ftruncate" API for setting (and truncating) the size of a file.
Maybe this could be exposed as a method on the "File" object.
The text was updated successfully, but these errors were encountered: