Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use symbolic linker to create hard link? #17

Closed
DHW47GitHub opened this issue Nov 18, 2021 · 3 comments
Closed

Use symbolic linker to create hard link? #17

DHW47GitHub opened this issue Nov 18, 2021 · 3 comments

Comments

@DHW47GitHub
Copy link

symbolic linker is great for creating soft links. However I need to create hard links. Is there a change I can make to have symbolic linker create hard links?

@nickzman
Copy link
Owner

Yes. Are you able to check out and build the project with Xcode?

@DHW47GitHub
Copy link
Author

DHW47GitHub commented Nov 19, 2021 via email

@nickzman
Copy link
Owner

Oh, yeah, hard links to folders aren't allowed by the POSIX.1 standard. The HFS+ file system supports them anyway, but it's non-standard, and just about everyone using macOS has moved on to APFS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants