Skip to content

tesuji/junction

Repository files navigation

Build Status Documentation Crates.io

junction

Library for working with NTFS junctions.

As opposed to symlinks, junction does not require administrator privileges during creation. (However starting with Windows 10 Insiders build 14972, symlinks can be created without needing to elevate the console as administrator)^1.

Quoted from Computer Hope:

A junction, also called an NTFS junction point, is a feature of the NTFS file system. It is pointer to a directory on the local volume, similar to a symlink. It can be accessed through the Windows GUI in addition to the Windows command line. Junction points were first introduced with Windows 2000 and NTFS 3.0, and are supported in all subsequent versions of Windows.

Minimal Supported Rust versions

1.56.0

All relevant references

License

All the code in this repository is released under the MIT License, for more information, please read COPYRIGHT file.