[javascript-dev] File Access Problem
Jeremy Bernstein
jeremy at bootsquad.com
Fri Aug 17 15:39:38 MDT 2007
- Previous message: [javascript-dev] File Access Problem
- Next message: [javascript-dev] Re: File Access Problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Set the eof property to 0. jb Am 17.08.2007 um 19:11 schrieb Rick Burnett: > > Hello! > > When I open a file in write mode, is there a way to tell it to > overwrite the file completely without having to delete it with > something like java? The problem I am having is that if I try to > write over a file with a smaller amount of data, the old file data > remains after it. > _______________________________________________ > javascript-dev mailing list > javascript-dev at cycling74.com > http://www.cycling74.com/mailman/listinfo/javascript-dev
- Previous message: [javascript-dev] File Access Problem
- Next message: [javascript-dev] Re: File Access Problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
