标签: c# file io
即使我没有写入权限,这似乎也会通过。
FileIOPermission f = new FileIOPermission(FileIOPermissionAccess.Write, folder); f.Demand();