SA-MP Forums Archive
Deleting a line from a file? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Deleting a line from a file? (/showthread.php?tid=166769)



Loading a file in GameModeInit? - (.Aztec); - 09.08.2010

EDIT: Question solved.


Re: Deleting a line from a file? - Daren_Jacobson - 09.08.2010

you would need to read the whole file, erase the line you don't want, and then write it back in.


Re: Deleting a line from a file? - (.Aztec); - 09.08.2010

Well, i've found a function for it.. now I have another question which I will edit the post with.


Re: Deleting a line from a file? - ScottCFR - 09.08.2010

Anything on deleting a file completely?


Re: Deleting a line from a file? - (.Aztec); - 09.08.2010

Quote:
Originally Posted by ScottCFR
Посмотреть сообщение
Anything on deleting a file completely?
https://sampwiki.blast.hk/wiki/Fremove

pawn Код:
fremove("YOURFILEHERE.EXTENSION");