Remove readonly attribute from directory

前端 未结 8 1117
情歌与酒
情歌与酒 2020-12-01 06:23

How can I programatically remove the readonly attribute from a directory in C#?

8条回答
  •  情歌与酒
    2020-12-01 06:39

    Setting Attributes to FileAttributes.Normal worked for me on both folders and files.

提交回复
热议问题