Handling of iso directory depth restrictions on tree creation time.

Note that this doesn't involve the RR reparent. It just ignore the files 
that break iso restrictions (see ECMA-119, 6.8.2.1).
This commit is contained in:
Vreixo Formoso
2007-12-15 18:29:40 +01:00
parent 0a340c53d5
commit 411524c330
3 changed files with 34 additions and 14 deletions

View File

@ -15,6 +15,9 @@
#include "libiso_msgs.h"
/** File cannot be added to image (ignored) */
#define LIBISO_FILE_IGNORED 0x00030100
/** Can't read file (ignored) */
#define LIBISO_CANT_READ_FILE 0x00031001
/** Can't read file (operation canceled) */