Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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.
Generated on Tue Jul 12 2022 19:18:39 by
1.7.2