-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add methods to handle hard links and symbolic links #248
Comments
Ok, I will look into it. Objeck uses the C++ 17 library when it works. The implementation is flaky at times. When it is, we use the native POSIX and Win32 equivalents. |
Please, refer to the following sitewards/modman-php#48. A design goal is not to implement OS-specific functionality. Thoughts? |
Please read that issue again. The key is it needs to be run as Administrator to work. This is not a new knowledge to me. Do you have 7zip on your computer? Open 7zip and play with it File -> Link... and you will quickly realize you need to run it as Administrator in order for this feature to work.
https://docs.oracle.com/javase/tutorial/essential/io/links.html |
Added in last commit |
@objeck I have not yet tested the newly added methods. It seems I can't keep track of your commits. Btw, from the API doc, it seems you only added support for SymbolicLink but not HardLink, and the SymbolicLink class doesn't have methods to |
Luckily everything seems to be available on C++'s File System library:
https://en.cppreference.com/w/cpp/filesystem
The text was updated successfully, but these errors were encountered: