{"id":19536039,"url":"https://github.com/miyako/4d-plugin-alias-manager","last_synced_at":"2026-05-28T16:31:06.051Z","repository":{"id":23194980,"uuid":"26551445","full_name":"miyako/4d-plugin-alias-manager","owner":"miyako","description":"Function to create hard link, symbolic link, or Finder alias (a.k.a. bookmark)","archived":false,"fork":false,"pushed_at":"2022-07-29T04:38:00.000Z","size":4838,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T04:19:36.574Z","etag":null,"topics":["4d-plugin"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miyako.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-12T19:04:19.000Z","updated_at":"2024-08-27T05:03:59.000Z","dependencies_parsed_at":"2022-08-21T21:31:02.340Z","dependency_job_id":null,"html_url":"https://github.com/miyako/4d-plugin-alias-manager","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/miyako/4d-plugin-alias-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-alias-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-alias-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-alias-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-alias-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miyako","download_url":"https://codeload.github.com/miyako/4d-plugin-alias-manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-alias-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33617718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["4d-plugin"],"created_at":"2024-11-11T02:20:47.392Z","updated_at":"2026-05-28T16:31:06.026Z","avatar_url":"https://github.com/miyako.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"![version](https://img.shields.io/badge/version-19%2B-5682DF)\n![platform](https://img.shields.io/static/v1?label=platform\u0026message=mac-intel%20|%20mac-arm\u0026color=blue)\n[![license](https://img.shields.io/github/license/miyako/4d-plugin-alias-manager)](LICENSE)\n![downloads](https://img.shields.io/github/downloads/miyako/4d-plugin-alias-manager/total)\n\n# 4d-plugin-alias-manager\nFunction to create hard link, symbolic link, or Finder alias (a.k.a. bookmark).\n\n``ALIAS Create`` returns 1 on success, or 0 on failure or if the destination file already exists.\n\n``ALIAS Resolve`` returns in ``$2`` the alias type or ``-1`` if the file can't be resolved. It first attempts to resolve it as a symbolic link, then as a bookmark (Finder alias). Note that there is no concept of \"resolving\" a hard link. All hard links to the same file node are considered \"real\" paths. Normally, when a hard link is passed, the original path is returned.\n\n### Examples\n\n```\n$source:=Structure file\n$target:=System folder(Desktop)+\"test\"\n  //result:=ALIAS Create ($source;$target;Link Symbolic)\nresult:=ALIAS Create ($source;$target;Link Alias)\n  //$result:=ALIAS Create ($source;$target;Link Hard)\n\n$resolved:=ALIAS Resolve ($target;$aliasType)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2F4d-plugin-alias-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiyako%2F4d-plugin-alias-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2F4d-plugin-alias-manager/lists"}