Simple Machines Community Forum

Customizing SMF => SMF Coding Discussion => Topic started by: –Michael on May 14, 2005, 02:31:53 PM

Title: Mods: Adding / removing a file
Post by: –Michael on May 14, 2005, 02:31:53 PM
Hi,

What is the best way to add a new *.php - file in a specific directory during mod installation?
The same is needed for the rollback, so the created file needs to be removed during uninstallation of the mod.

Thanks for any hints,
Michael
Title: Re: Mods: Adding / removing a file
Post by: [Unknown] on May 15, 2005, 11:19:27 PM
If you can read DTDs:

http://www.simplemachines.org/xml/package-info

-[Unknown]
Title: Re: Mods: Adding / removing a file
Post by: –Michael on May 16, 2005, 12:30:25 PM
Great, thanks.

Michael