Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | jn: new applet | Ron Yorston | 2022-05-16 | 1 | -0/+37 |
Add a Windows-specific applet to create a directory junction. Usage: jn DIR JUNC where DIR must be an existing directory on a local drive and JUNC must not currently exist. There isn't a simple WIN32 API to create directory junctions. The implementation of mklink in ReactOS provided useful inspiration. |