|
GME
13
|
#include <svn_io.h>
Public Attributes | |
| svn_node_kind_t | kind |
| svn_boolean_t | special |
| svn_filesize_t | filesize |
| apr_time_t | mtime |
A set of directory entry data elements as returned by svn_io_get_dirents
Note that the first two fields are exactly identical to svn_io_dirent_t to allow returning a svn_io_dirent2_t as a svn_io_dirent_t.
Use svn_io_dirent2_create() to create new svn_dirent2_t instances or svn_io_dirent2_dup() to duplicate an existing instance.
If kind is svn_node_file, whether this entry is a special file; else FALSE.
1.7.6.1