Thread: File Deletion
View Single Post
  #5  
Old 05-19-2006, 05:18 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by Warcaptain
Has to be serverside.
Duh.


Heres what I tried (file and location are not the same for *security* reasons or whatever):

NPC Code:

function onActionServerside()
{
if (params[0] == "DeleteFile") {
echo( "wee"); //Confirms that it get this far
deletefile( "levels/folder/filename.txt" ); // Yes, im trying to delete a .txt
sendtorc("/refreshfilelist"); // Updating the folder
}
}

__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote