Add functions to remove nodes from a dir. Handle deletion of dirs

propertly.
This commit is contained in:
Vreixo Formoso
2007-12-01 02:43:37 +01:00
parent 051538b5c2
commit 5ec93b50f4
3 changed files with 104 additions and 1 deletions

View File

@ -23,6 +23,7 @@
#define ISO_NODE_ALREADY_ADDED -50
#define ISO_NODE_NAME_NOT_UNIQUE -51
#define ISO_NODE_NOT_ADDED_TO_DIR -52
#define ISO_FILE_ERROR -100
#define ISO_FILE_ALREADY_OPENNED -101