T-Box Basic dev
Loading...
Searching...
No Matches
file.h File Reference

T-Box 文件工具接口 More...

#include <stddef.h>
#include <stdint.h>

Go to the source code of this file.

Functions

int tbox_file_read_line (const char *path, char *buf, size_t buf_size)
int tbox_file_copy (const char *src_path, const char *dst_path)
int tbox_file_sync (const char *path)
int tbox_file_ensure_dir (const char *path)
int tbox_file_get_size (const char *path)
int tbox_file_get_size_by_fd (int fd)
uint64_t tbox_file_get_free_space (const char *path)
int tbox_file_get_partition_size (const char *device, uint64_t *size)

Detailed Description

T-Box 文件工具接口

Version
1.0.0
Date
2026-07-06