Sebastián Pastor / EtheriosCloudConnector
Embed: (wiki syntax)

« Back to documentation index

connector_file_system_statbuf_t Struct Reference

connector_file_system_statbuf_t Struct Reference
[File Status Buffer]

File status data structure is used to return the status of a directory or a file, specified by the path. More...

#include <connector_api_file_system.h>

Data Fields

uint32_t last_modified
 Last modified time for the entry (seconds since 1970).
connector_file_offset_t file_size
 File size in bytes.
connector_file_system_file_type_t flags
 Directory, regular, or neither.

Detailed Description

File status data structure is used to return the status of a directory or a file, specified by the path.

It is used in connector_request_id_file_system_stat and connector_request_id_file_system_stat_dir_entry callbacks.

Definition at line 388 of file connector_api_file_system.h.


Field Documentation

File size in bytes.

Definition at line 391 of file connector_api_file_system.h.

Directory, regular, or neither.

Definition at line 392 of file connector_api_file_system.h.

Last modified time for the entry (seconds since 1970).

If not supported, use 0

Definition at line 390 of file connector_api_file_system.h.