Begin RR support. Symlinks and Special files added to low level tree.
This commit is contained in:
@ -14,7 +14,10 @@
|
||||
|
||||
enum ecma119_node_type {
|
||||
ECMA119_FILE,
|
||||
ECMA119_DIR
|
||||
ECMA119_DIR,
|
||||
ECMA119_SYMLINK,
|
||||
ECMA119_SPECIAL,
|
||||
ECMA119_PLACEHOLDER
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user