struct tapi_local_file_property

Overview

File’s property. More…

#include <tapi_local_file.h>

struct tapi_local_file_property {
    // fields

    uint64_t size;
    struct timeval date;
};

Detailed Documentation

File’s property.

Fields

uint64_t size

Size of file in bytes.

struct timeval date

Date of last file modification.