TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: cadpoobah on May 15, 2017, 04:40:27 PM

Title: Determining the author/owner of a file
Post by: cadpoobah on May 15, 2017, 04:40:27 PM
All,

I would like to be able to determine the name of the owner (user) of a specified file. I can see this info on the Properties' Security tab when I rt-click on the file in Explorer. Is there a way using lisp to extract this info?

Thanks!
Title: Re: Determining the author/owner of a file
Post by: Lee Mac on May 15, 2017, 06:26:36 PM
See this thread:
https://www.theswamp.org/index.php?topic=38072.0
Title: Re: Determining the author/owner of a file
Post by: cadpoobah on May 16, 2017, 07:55:34 AM
Awesome! Thanks, Lee!