Documentation
FILEORDIRECTORY action="delete"
usage
<FILEORDIRECTORY action="delete/recdelete">
<SOURCE>path</SOURCE>
</FILEORDIRECTORY>
paramètres
SOURCE
Delete a file or a directory
If it's a file, you can use delete. If it's a directory, use recdelete.
If the file is used in the Nectil Database, it will not be deleted.
exemples
<FILEORDIRECTORY action="delete">
<SOURCE>/media/picture.jpg</SOURCE>
</FILEORDIRECTORY>
<FILEORDIRECTORY action="recdelete">
<SOURCE>/media/pictures/</SOURCE>
</FILEORDIRECTORY>