Win32-junction-point: Support for manipulating NTFS junction points.

[ bsd3, library, system ] [ Propose Tags ]

This package provides the ability to manipulate NTFS junction points as supported by Windows 2000 and above. Junction points, along with NTFS hard links and NTFS symbolic links, are a type of symbolic link that can be made between folders existing on the same filesystem. Please read Microsoft KB205524 [1] for more information on junction points.

Junction points have always been left undocumented in the Win32 SDK. The Windows 2000 Resource Kit came with a command-line utility named linkd.exe to work with them. Later, Mark Russinovich of SysInternals distributed a replacement utility named Junction [2] which accomplished the same thing.

This source code is based on an article [3] and C++ library [4] written by Mike Nordell at codeproject.com.

It is against Microsoft's recommendation to make use of undocumented API features. Use this library at your own risk.

Release Notes:

Changes in 0.1

  • 64-bit GHC is now supported.

  • Update cabal file to build on recent versions of GHC.

  • An internal foreign import is now being called with the "safe" option.

  • bug fixes. The deleteJunctionPoint function was failing to delete junction points in many cases.

  1. http://support.microsoft.com/?kbid=205524

  2. http://technet.microsoft.com/en-us/sysinternals/bb896768

  3. http://www.codeproject.com/script/Articles/ViewDownloads.aspx?aid=194

  4. http://www.codeproject.com/KB/winsdk/junctionpoints.aspx

Modules

[Last Documentation]

  • System
    • Win32
      • System.Win32.JunctionPoint

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.1, 0.2, 0.2.1, 0.2.1.1
Dependencies base (>=4.0 && <5), text, Win32 [details]
License BSD-3-Clause
Copyright Copyright (c) 2011-2013, Michael Steele. Copyright (c) 2000, Mikael Nordell
Author Michael Steele
Maintainer mikesteele81@gmail.com
Category System
Home page http://github.com/mikesteele81/Win32-junction-point
Bug tracker http://github.com/mikesteele81/win32-junction-point/issues
Source repo head: git clone git://github.com/mikesteele81/win32-junction-point.git
Uploaded by MichaelSteele at 2013-04-03T18:35:29Z
Distributions NixOS:0.2.1.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4111 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-21 [all 8 reports]