Adding some sample code to Tim's answer:
using System.IO; File.SetAttributes(filePath, FileAttributes.Normal); File.Delete(filePath);
|
3 | added 12 characters in body | ||
|
Adding some sample code to Tim's answer:
|
||||
|
2 | added text | ||
|
Adding some sample code to Tim's answer:
|
||||
|
1 |
|
||
|
||||