Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# get file author

File.GetAccessControl(path).GetOwner(typeof(System.Security.Principal.NTAccount))
// or 
File.GetAccessControl(path).GetGroup(typeof(System.Security.Principal.NTAccount)).Value
  
 
PREVIOUS NEXT
Tagged: #file #author
ADD COMMENT
Topic
Name
7+2 =