win32file.CreateSymbolicLink
CreateSymbolicLink(SymlinkFileName, TargetFileName, Flags, Transaction)
Creates a symbolic link (reparse point)
Parameters
Comments
This method only exists on Vista and later.Accepts keyword args.
Requires SeCreateSymbolicLink priv.
If the Transaction parameter is passed in, CreateSymbolicLinkTransacted will be called