I want to create a reparse point on NTFS (any).
Here
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/reparse_points.asp)
I read: "reparse points are used to implement NTFS file system links".
Here
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fi
Does anyone know how to create file shortcuts in Windows?
The only way I know is like:
---
import win32com.client
wScriptShellObject = win32com.client.Dispatch("WScript.Shell")
shortcutName = unicode("shortcut.lnk", "utf8")
shortcut =