An open API service indexing awesome lists of open source software.

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

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