read the title
later,
Iceman
P.S. I finally made the program ive been buggin ppl with questions about so thanks to everyone
Printable View
read the title
later,
Iceman
P.S. I finally made the program ive been buggin ppl with questions about so thanks to everyone
The easiest way to delete a file is
kill filename
To delete bytes in a file, just open the file in binary mode, read the contents into a string variable, delete the bytes and write them back to the file.