#include <ufile.hpp>
Inheritance diagram for ubit::UFileType:
Public Types | |
LOCAL | |
SSH | |
HTTP | |
FTP | |
enum | { LOCAL, SSH, HTTP, FTP } |
Public Member Functions | |
UFileType (int _type=0) | |
int | getType () const |
void | setType (int t) |
Static Public Member Functions | |
static int | getType (const UStr &path) |
Protected Attributes | |
int | type |