NTFS reparse points

2005-11-03 Thread Stanislaw Findeisen
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

Unicode-aware file shortcuts in Windows

2005-09-16 Thread Stanislaw Findeisen
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 =