Closed ilyaigpetrov closed 7 years ago
ln -s
?
@nfischer, right, ln -s
.
No, I mean shx ln -s foo bar
should work, does it not?
Yes, it works on Linux, Windows yet to test. Couldn't find any documentation about it. Thanks.
Documentation is under the shelljs repo. If shell.ln('-s', 'foo', 'bar')
doesn't work on Windows, please file a bug against that repo.
I need to create a symbolic to a relative folder. Here is how I do it with windows in mind: