feat: add configurable UCE error pages
This commit is contained in:
@@ -30,6 +30,7 @@ bool file_append(String file_name, Ts... args)
|
||||
}
|
||||
String cwd_get();
|
||||
void cwd_set(String path);
|
||||
String process_start_directory();
|
||||
time_t file_mtime(String file_name);
|
||||
void file_unlink(String file_name);
|
||||
String expand_path(String path, String relative_to_path = "");
|
||||
|
||||
Reference in New Issue
Block a user