[][src]Crate junction

Library for working with NTFS junctions.

Junction Points are a little known NTFS v5+ feature roughly equivalent to UNIX symbolic links. They are supported in Windows 2000 and onwards but cannot be accessed without special tools.

Functions

create

Creates a junction point from the specified directory to the specified target directory.

delete

Deletes a junction reparse point from the specified file or directory.

exists

Determines whether the specified path exists and refers to a junction point.

get_target

Gets the target of the specified junction point.