Re: [python-win32] Where is MakeAbsoluteSD?

2018-06-26 Thread eryk sun
On Wed, Jun 27, 2018 at 5:04 AM, Rob Marshall wrote: > > I'm trying to convert a self-relative security descriptor, i.e. the > type that is returned by > win32security.ConvertStringSecurityDescriptorToSecurityDescriptor(), > to an absolute SD but I can't seem to find the MakeAbsoluteSD() > functio

[python-win32] Where is MakeAbsoluteSD?

2018-06-26 Thread Rob Marshall
Hi, I'm trying to convert a self-relative security descriptor, i.e. the type that is returned by win32security.ConvertStringSecurityDescriptorToSecurityDescriptor(), to an absolute SD but I can't seem to find the MakeAbsoluteSD() function. Where is it? Thanks, Rob ___

[python-win32] Dragdrop shell extension?

2018-06-26 Thread Kurt Eilander
Hey all, I've implemented a file format called .urls which is a plain text file containing (guess what) urls. I've successfully registered it with a python script so it can, when clicked, open a new browser windows with all of the urls listed in new tabs. (Very handy!) Now, I want to be able

[python-win32] How to get actual FILETIME from PyTime

2018-06-26 Thread Rob Marshall
Hi, Is there a way to get the actual FILETIME value from a PyTime? Thanks, Rob ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32