|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <ss_types.h>
Data Fields | |
| int | crd |
| int | fmt |
| int | ftype |
| int | gid |
| int | mdd |
| int | oid |
| char | path [SS_MAXPATHLEN] |
| int | pmode |
| unsigned long int | size |
File status block
Definition at line 96 of file ss_types.h.
| int SS_file_status::crd |
The creation date
Definition at line 101 of file ss_types.h.
| int SS_file_status::fmt |
The file format ( SS_TEXT or SS_BINARY )
Definition at line 103 of file ss_types.h.
| int SS_file_status::ftype |
The file type (file or directory)
Definition at line 100 of file ss_types.h.
| int SS_file_status::gid |
The group id
Definition at line 98 of file ss_types.h.
| int SS_file_status::mdd |
The date last modified
Definition at line 102 of file ss_types.h.
| int SS_file_status::oid |
The owner id
Definition at line 97 of file ss_types.h.
| char SS_file_status::path[SS_MAXPATHLEN] |
Full path name of file or dir
Definition at line 105 of file ss_types.h.
| int SS_file_status::pmode |
The protection mode
Definition at line 99 of file ss_types.h.
| unsigned long int SS_file_status::size |
The file size
Definition at line 104 of file ss_types.h.