summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_rmdir.c
Commit message (Expand)AuthorAgeFilesLines
* Move renaming files in fs/. to fs/vfs/. (Don't all belong there)Gregory Nutt2014-09-281-198/+0
* Rename fs/fs_internal.h to fs/fs.hGregory Nutt2014-09-281-1/+1
* unlink/rm can now be used on nodes in the pseudo-filesystem. There is new co...Gregory Nutt2014-02-201-1/+27
* rmdir now may be used to remove empty nodes from the pseudo-filesystemGregory Nutt2014-02-191-18/+60
* FS: directory operations will now work on empty directory nodes in the pseudo...Gregory Nutt2014-02-191-2/+2
* Clean-up files in fs/ directorypatacongo2012-07-141-2/+2
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-151-4/+4
* Z16F Debugpatacongo2008-01-291-3/+3
* Simply conditional build; fix conditional compilationpatacongo2007-06-091-5/+0
* Finish FAT directory operations; add option to disable mountpoints; fix ARM c...patacongo2007-05-261-0/+2
* Add unlink(), mkdir(), rmdir(), and rename()patacongo2007-05-211-0/+133