Skip to content

ln: Junction may need to be added to the options of winsymlinks #89

@wszqkzqk

Description

@wszqkzqk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions