You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, it does not work. I am using it on a Linux-box in Virtualbox on a Virtualbox filesystem (which is actually a folder on my Windows laptop).
You're checking Platform::isWindows(), but you can use filesystems without symlink-support on Linux of *BSD. I would go for checking the result of $fs->relativeSymlink(). If it's false, symlinking failed and you can try $fs->junction().
On filesystems that do not support symlinks (for example on Windows), there's no fallback to making a copy of the file when symlinking fails.
Solution would be something like this:
The text was updated successfully, but these errors were encountered: