fx.io: expand path joining functionality to non-path strings

This commit is contained in:
2026-06-20 15:25:16 +01:00
parent 32d4d0abf2
commit ee11ff240f
10 changed files with 239 additions and 151 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ int main(int argc, const char **argv)
{
fx_directory_entry *entry = NULL;
fx_value_get_pointer(val, (void **)&entry);
printf("%s\n", fx_path_ptr(entry->filepath));
printf("%s\n", fx_path_get_cstr(entry->filepath));
}
fx_iterator_unref(it);