listparse Struct Reference

#include <listparse.h>


Data Fields

char * name
int namelen
long size
int flagisdir


Detailed Description

This structure holds information for each file in the directory. Generally there is an array of a lot of these.


Field Documentation

int listparse::flagisdir

1 if a directory, 0 if not.

char* listparse::name

Probably not 0-terminated.

int listparse::namelen

Since name isn't 0-terminated, gives the length.

long listparse::size

The size of the file in question.


The documentation for this struct was generated from the following file:
Generated by  doxygen 1.4.7.
SourceForge.net Logo