Subversion
|
A set of directory entry data elements as returned by svn_io_get_dirents. 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... | |
svn_filesize_t | filesize |
The filesize of this entry or undefined for a directory. | |
apr_time_t | mtime |
The time the file was last modified. | |
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.
svn_boolean_t svn_io_dirent2_t::special |
If kind
is svn_node_file, whether this entry is a special file; else FALSE.