struct tapi_local_file

Overview

A file representation. More…

#include <tapi_local_file.h>

struct tapi_local_file {
    // fields

    tapi_local_file_type type;
    const char* pathname;
    tapi_local_file_property property;
};

Detailed Documentation

A file representation.

Fields

tapi_local_file_type type

Type of file.

const char* pathname

File pathname.

tapi_local_file_property property

File’s property.