WARNING: The online documentation has moved to https://docs.pjsip.org.

Visit the new documentation at https://docs.pjsip.org:

BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJLIB Reference

#include <file_access.h>

Data Fields

pj_off_t size
 
pj_time_val atime
 
pj_time_val mtime
 
pj_time_val ctime
 

Detailed Description

This structure describes file information, to be obtained by calling pj_file_getstat(). The time information in this structure is in local time.

Field Documentation

◆ atime

pj_time_val pj_file_stat::atime

Time of last access.

◆ ctime

pj_time_val pj_file_stat::ctime

Time of last creation.

◆ mtime

pj_time_val pj_file_stat::mtime

Time of last modification.

◆ size

pj_off_t pj_file_stat::size

Total file size.


The documentation for this struct was generated from the following file:

 


PJLIB Open Source, high performance, small footprint, and very very portable framework
Copyright (C) 2006-2009 Teluu Inc.