[Request] File System Changes Request

I am not sure how or where to go do “changes request” or additions I should say.

It would be nice on the File System that there is a way to Truncate a File for clearing the entire file, as well being able to “Read/Write” at the same time on a single file handle.

Currently I am having to create my own SetLength code to clear out a file and reset the positioning buffer to an specific offset, which would be nice to do as well.

Windows: SetEndOfFile (will reset the file to be cleared another words)
Linux: truncate (I think that is what it is) from what I know

Along with GENERIC_READ | GENERIC_WRITE combo on “Access” for across platform would be nice as well.

Thanks!

Best place for feature requests is feedback forum :slight_smile:

Okay cool thanks i’ll do that next time.