Support full paths with $embed (#2335)

* Support full paths with `$embed`

---------

Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
This commit is contained in:
Zack Puhl
2025-07-28 17:44:17 -04:00
committed by GitHub
parent d8daa4ac83
commit 2639338426
4 changed files with 18 additions and 2 deletions

View File

@@ -80,6 +80,7 @@ bool file_delete_file(const char *path);
void file_delete_dir(const char *path);
bool file_is_dir(const char *file);
bool file_exists(const char *path);
bool file_path_is_relative(const char *file_name);
FILE *file_open_read(const char *path);
bool file_touch(const char *path);
char *file_read_binary(const char *path, size_t *size);