diff options
author | Alexis211 <alexis211@gmail.com> | 2009-10-23 20:43:48 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-10-23 20:43:48 +0200 |
commit | 66630e4154b7c1c47d6223fe5a8607cd269446a0 (patch) | |
tree | 21995ed408e9ecbaba48f29ed67c91c4b0dad950 /Source/Library/Interface | |
parent | 48de0cd029b52f64f76345b6e1fdf3cde5c58de3 (diff) | |
download | Melon-66630e4154b7c1c47d6223fe5a8607cd269446a0.tar.gz Melon-66630e4154b7c1c47d6223fe5a8607cd269446a0.zip |
Some changes, and implemented rm in userland shell.
Diffstat (limited to 'Source/Library/Interface')
-rw-r--r-- | Source/Library/Interface/FSNode.iface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Library/Interface/FSNode.iface.h b/Source/Library/Interface/FSNode.iface.h index cba4621..3a5dfad 100644 --- a/Source/Library/Interface/FSNode.iface.h +++ b/Source/Library/Interface/FSNode.iface.h @@ -24,6 +24,7 @@ enum { #define FNIF_GETPERM 0x16 #define FNIF_GETPATH 0x17 #define FNIF_SETCWD 0x18 //Sets node as current working directory +#define FNIF_REMOVE 0x19 #define FNIF_GETIDXCHILD 0x20 //Get child node from index #define FNIF_GETNAMECHILD 0x21 //Get child node from name |