https://github.com/darealshinji/win32-symlink-stuff
Win32 C helper functions to handle symbolic links
https://github.com/darealshinji/win32-symlink-stuff
Last synced: 7 months ago
JSON representation
Win32 C helper functions to handle symbolic links
- Host: GitHub
- URL: https://github.com/darealshinji/win32-symlink-stuff
- Owner: darealshinji
- License: mit
- Created: 2023-12-14T13:25:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T17:19:14.000Z (over 1 year ago)
- Last Synced: 2025-01-30T06:41:35.576Z (8 months ago)
- Language: C
- Size: 42 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Win32 C helper functions to handle symbolic links.
createLink: create a symbolic link or hard link
getCanonicalPath: return the canonicalized absolute filepath
getLinkTarget: return the target of a symbolic link
isSymlink: returns whether a path is a symbolic link or not