Unit 'apr24' Package
[Overview][Constants][Types][Procedures and functions][Index] [#httpd24]

apr_finfo_t

Declaration

Source position: apr_file_info.inc line 183

type apr_finfo_t = record

  pool: Papr_pool_t;

  valid: apr_int32_t;

  protection: apr_fileperms_t;

  filetype: apr_filetype_e;

  user: apr_uid_t;

  group: apr_gid_t;

  inode: apr_ino_t;

  device: apr_dev_t;

  nlink: apr_int32_t;

  size: apr_off_t;

  csize: apr_off_t;

  atime: apr_time_t;

  mtime: apr_time_t;

  ctime: apr_time_t;

  fname: PChar;

  name: PChar;

  filehand: Papr_file_t;

end;


Documentation generated on: 2023-03-18