Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法检查用户是否有权访问网络中的特定文件?我有共享文件夹中的用户名和文件名
一种便宜的方法是使用 SysInternals AccessChk 工具,然后解析结果。
Win32:: 命名空间下的 CPAN 中可能有用于检查访问权限的代码。