c# make file not read only

98

c# make file not read only -

System.IO.FileInfo fileInfo = new System.IO.FileInfo(filePath);
fileInfo.IsReadOnly = true/false;

Comments

Submit
0 Comments