Add function to create file links #5
Labels
enhancement
New feature or request
good first issue
Good for newcomers
upstream
Changes in a dependency are required
This will require adding the relevant functions to GLib first:
The synchronous
g_file_make_symbolic_link
already exists, but GLib does not yet support creating hard links at all.The Lua wrapper should be rather straight forward. The signature should be
The text was updated successfully, but these errors were encountered: