#include <remotenode.h>
Public Member Functions | |
String | GetName () |
Return the file name. | |
String | GetPath () |
Return the file path. | |
bool | IsDir () |
Return whether the file is a directory or not. Returns true if it is a directory. | |
size_t | GetSize () |
Return the file size. | |
uint32 | GetPermissions () |
Return the file permissions. | |
DateTime & | GetTimestamp () |
Return the timestamp for the file. | |
Public Attributes | |
String | m_zName |
String | m_zPath |
bool | m_bIsDir |
size_t | m_nSize |
uint32 | m_nPermissions |
DateTime | m_cTimestamp |
String RemoteNode::m_zName |
Name of the file.
String RemoteNode::m_zPath |
Path to the file.
bool RemoteNode::m_bIsDir |
Flag indicating if the file is a directory or not.
size_t RemoteNode::m_nSize |
Size of the file.
uint32 RemoteNode::m_nPermissions |
Permissions for the file.
DateTime RemoteNode::m_cTimestamp |
Modification timestamp of the file.