Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <utime.h>

Struct utimbuf

Interface status: externallyDefinedApi

struct utimbuf;

Description

The utimbuf structure is used with the utime function to specify new access and modification times for a file. It contains the following members:

Members

Defined in utimbuf:


Member data


actime

Interface status: externallyDefinedApi Inherited from: utimbuf

time_t actime;

Description

Access time


modtime

Interface status: externallyDefinedApi Inherited from: utimbuf

time_t modtime;

Description

Modification time