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
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
___
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
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