Subversion
|
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. More... | |
svn_boolean_t | special |
If kind is svn_node_file , whether this entry is a special file; else FALSE. More... | |
Represents the kind and special status of a directory entry.
svn_node_kind_t svn_io_dirent_t::kind |
svn_boolean_t svn_io_dirent_t::special |
If kind
is svn_node_file
, whether this entry is a special file; else FALSE.