Main Page   Modules   Data Structures   File List   Data Fields  

svn_io_dirent_t Struct Reference

Represents the kind and special status of a directory entry. More...

#include <svn_io.h>


Data Fields

svn_node_kind_t kind
 The kind of this entry.

svn_boolean_t special
 If kind is svn_node_file, whether this entry is a special file; else false. More...


Detailed Description

Represents the kind and special status of a directory entry.

Since:
New in 1.3.

Definition at line 47 of file svn_io.h.


Field Documentation

svn_boolean_t svn_io_dirent_t::special
 

If kind is svn_node_file, whether this entry is a special file; else false.

See also:
svn_io_check_special_path().

Definition at line 55 of file svn_io.h.


The documentation for this struct was generated from the following file:
Generated on Wed Jun 7 11:02:15 2006 for Subversion by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002