File.DeleteFile method
Delete file.
public static bool DeleteFile(string filename)
parameter | description |
---|---|
filename | path to file. |
Return Value
true if file was removed.
See Also
- class File
- namespace LiTools.Helpers.IO
Delete file.
public static bool DeleteFile(string filename)
parameter | description |
---|---|
filename | path to file. |
true if file was removed.