|
ubit
|
file mode. More...
#include <ufile.hpp>
Public Member Functions | |
| UFileMode (const UStr &pathname) | |
| bool | isValid () const |
| bool | isDir () const |
| bool | isFile () const |
| bool | isLink () const |
| bool | isExec () const |
| int | getMode () const |
Static Public Attributes | |
| static const int | DIR = S_IFDIR |
| static const int | FILE = S_IFREG |
| static const int | LINK = S_IFLNK |
| modes | |
Protected Attributes | |
| int | mode |
file mode.
1.8.12