Now winsymlink
has following options to make soft links (ln -s 'file' 'target'
):
winsymlink:lnk
: to make windows shortcut files
winsymlink:native
or winsymlink:nativestrict
: to make windows symlinks (the same as mklink /d 'target' 'file'
)
winsymlink
: to copy the file of directory
But it is not possible to make windows junctions (mkdir /j 'target' 'file'
), and that's not convenient, because only junctions support to make a symlink in a symlink directory.
So junction
may need to be added to the options of winsymlinks