| Copyright | 2013 shelarcy |
|---|---|
| License | BSD-style |
| Maintainer | [email protected] |
| Stability | Provisional |
| Portability | Non-portable (Win32 API) |
| Safe Haskell | None |
| Language | Haskell2010 |
Handling hard link using Win32 API. [NTFS only]
Note: You should worry about file system type when use this module's function in your application:
| :: WindowsPath | Target file path |
| -> WindowsPath | Hard link name |
| -> IO () |
NOTE: createHardLink is flipped arguments to provide compatibility for Unix.
If you want to create hard link by Windows way, use createHardLink' instead.
| :: WindowsPath | Hard link name |
| -> WindowsPath | Target file path |
| -> IO () |
© The University of Glasgow and others
Licensed under a BSD-style license (see top of the page).
https://downloads.haskell.org/~ghc/9.12.1/docs/libraries/Win32-2.14.1.0-d391/System-Win32-WindowsString-HardLink.html