码迷,mamicode.com
首页 > 其他好文 > 详细

文件修改者信息

时间:2020-01-11 15:28:52      阅读:76      评论:0      收藏:0      [点我收藏+]

标签:sharp   info   OLE   arp   txt   reference   test   identity   line   

FileInfo fileInfo = new FileInfo(@"C:\test.txt");
FileSecurity fileSecurity = fileInfo.GetAccessControl();
IdentityReference identityReference = fileSecurity.GetOwner(typeof(NTAccount));
Console.WriteLine(identityReference.Value);

  

文件修改者信息

标签:sharp   info   OLE   arp   txt   reference   test   identity   line   

原文地址:https://www.cnblogs.com/lakeliu/p/12179653.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!