is it possible?? read this!!
#7

Yes, it is, if you even tried to use ******. I'll even re-post what the wiki says in-case you're also too lazy to click a link!

Description:
Delete a file.

Parameters:
(name[])
name[] The path of the file to delete. (NOTE: NOT a file handle)

Return Values:
1: The function executed successfully.
0: The function failed to execute. The file doesn't exist, or you don't have permission to delete it.

Important
Note
The file path must be valid.

Note
Files that are currently open (fopen) must be closed first (fclose) to be deleted.

Example Usage:
fremove("Example.txt");
Reply


Messages In This Thread
is it possible?? read this!! - by kloning1 - 30.10.2014, 17:53
Re: is it possible?? read this!! - by Rudy_ - 30.10.2014, 17:59
Re: is it possible?? read this!! - by Koenigsegg - 30.10.2014, 22:26
Re: is it possible?? read this!! - by Classical - 30.10.2014, 22:43
Re: is it possible?? read this!! - by slowride326 - 30.10.2014, 22:53
Re: is it possible?? read this!! - by Mauzen - 30.10.2014, 23:18
Re: is it possible?? read this!! - by Abagail - 30.10.2014, 23:22
Re: is it possible?? read this!! - by DanishHaq - 31.10.2014, 00:47

Forum Jump:


Users browsing this thread: 1 Guest(s)