Creating directory during component install

Locked
KingOfSka
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Mon Aug 04, 2008 9:56 am

Creating directory during component install

Post by KingOfSka » Mon Aug 18, 2008 9:56 am

Hi all,
i'm writing a component for joomla 1.5 , all seems to work well except that i don't understand how to create a directory in my component folder, during the component installation process, trough the component's xml file.
I saw that using

Code: Select all

<filename>dirname/file</filename>
would copy the file and create the directory, but in the installation packages i have 3 dir witouth files, and leaving

Code: Select all

<filename>dirname</filename>
won't do, anyone's got a suggestion ?

Locked

Return to “Joombie Coding Q/A”