<--libifp home
-=[  documentation  ]=-  
libifp: ifp_treewalk_entry Struct Reference

ifp_treewalk_entry Struct Reference


Detailed Description

A remote file or directory.


Data Fields

int type
const char * path
int pathlen
const char * name
int namelen
int filesize


Field Documentation

int ifp_treewalk_entry::type
 

IFP_WALK_FILE, IFP_WALK_DIR_PRE, or IFP_WALK_DIR_POST

const char* ifp_treewalk_entry::path
 

full pathname

int ifp_treewalk_entry::pathlen
 

strlen(path)

const char* ifp_treewalk_entry::name
 

filename without directory stuff

int ifp_treewalk_entry::namelen
 

strlen(name)

int ifp_treewalk_entry::filesize
 

filesize, if type==IFP_WALK_FILE


The documentation for this struct was generated from the following file:
Generated on Sun Dec 5 22:07:55 2004 for libifp