| |
|
|
| { bool | long } = file.write ( { string Dateiname [, string Content [, bool append ] ] } )
Created a File or one Verzeichnis; writes Content in a File, optional depends Content on a File on.
becomes file.write with only 1 Parameter called means without string Content, then becomes a directory created.
Examples:
file.write("datei.txt","Dateiinhalt")//places File File.txt on and writes Dateiinhalt into.
file.write("datei.txt","NochmehrInhalt",true)//depends on File File.txt NochmehrInhalt on (append).
Keywords: fwrite,fappend,fmkdir |
|
|
| |
|
|