Loading...
Searching...
No Matches
10#define FS_SECTOR_SIZE (512)
13char *strip_fs_prefix (
char *path);
15bool file_exists (
char *path);
16int64_t file_get_size (
char *path);
17bool file_allocate (
char *path,
size_t size);
18bool file_fill (
char *path, uint8_t value);
19bool file_has_extensions (
char *path,
const char *extensions[]);
21bool directory_exists (
char *path);
22bool directory_create (
char *path);