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

apr_filetype_e

Declaration

Source position: apr_file_info.inc line 58

type apr_filetype_e = (

  APR_NOFILE = 0,

  APR_REG,

  APR_DIR,

  APR_CHR,

  APR_BLK,

  APR_PIPE,

  APR_LNK,

  APR_SOCK,

  APR_UNKFILE = 127

);


Documentation generated on: 2023-03-18