RemoteNode Class Reference

RemoteNode class. This represents a node of the remote filesystem. More...

#include <remotenode.h>

List of all members.

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


Detailed Description

RemoteNode class. This represents a node of the remote filesystem.


Member Data Documentation

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.


The documentation for this class was generated from the following file:
Generated on Sun Oct 26 21:16:50 2008 for Transferrer by  doxygen 1.5.1