Skip to content
⌘ NSIS Forum Archive

Deleting file bytes

4 posts

deguix#

Deleting file bytes

Have a way to delete bytes of a file opened with FileOpen without deleting the file and re-writing all bytes of a file again?
kichik#
If all of the bytes are from the end of the file you can call SetEndOfFile using the System plug-in, else you'd have to read and rewrite unless someone can think of a better solution.