Gives a file name an ID. More...
#include <inode.h>
Public Attributes | |
| UUID | fid |
| file ID for the INode (primary key) | |
| SafeStr | fname |
| name of the file (default " ") | |
| size_t | size |
| size of the file in Byte's (default 0) | |
Gives a file name an ID.
| SafeStr INode::fname |
name of the file (default " ")
| size_t INode::size |
size of the file in Byte's (default 0)