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.
我想要一个站点上的文件夹,登录的活动目录用户可以在其中创建子文件夹并在根目录下的“/Uploads”文件夹下上传图像。我可以使用 System.DirectoryServices 检索用户名。
有没有办法:
根据用户名限制从 DirectoryInfo().GetDirectories 返回的内容
将 /Uploads 的子文件夹(通过网页)设置为读/写权限。
您可能想查看这篇关于如何在运行时动态创建文件夹的帖子
来自 stackoverflow 的这篇文章展示了许多分配文件夹权限的方法。看看哪一个适用
祝你好运!