Simple Machines Community Forum

Customizing SMF => SMF Coding Discussion => Topic started by: Bigguy on March 20, 2019, 10:29:14 AM

Title: Remove file
Post by: Bigguy on March 20, 2019, 10:29:14 AM
When making a mod and you wanna remove a file when uninstalling it, is this the way to do it:

<remove-file name="$sourcesdir/file.php
Or is it:
<remove-file name="$sourcedir/file.php
source or sources
Title: Re: Remove file
Post by: Arantor on March 20, 2019, 10:47:26 AM
$sourcedir.
Title: Re: Remove file
Post by: Bigguy on March 20, 2019, 10:51:25 AM
Thank you.