System.Win32.HardLink
Copyright | 2013 shelarcy |
---|---|
License | BSD-style |
Maintainer | [email protected] |
Stability | Provisional |
Portability | Non-portable (Win32 API) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Description
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:
- NTFS only supprts this functionality.
- ReFS doesn't support hard link currently.
Arguments
:: LPCTSTR | Hard link name |
-> LPCTSTR | Target file path |
-> LPSECURITY_ATTRIBUTES | This parameter is reserved. You should pass just nullPtr. |
-> IO BOOL |
NOTE: createHardLink is flipped arguments to provide compatiblity for Unix.
If you want to create hard link by Windows way, use createHardLink'
instead.
© The University of Glasgow and others
Licensed under a BSD-style license (see top of the page).
https://downloads.haskell.org/~ghc/8.10.2/docs/html/libraries/Win32-2.6.1.0/System-Win32-HardLink.html