How to touch a file in C#?

Viewed 21564

In C#, what's the simplest/safest/shortest way to make a file appear as though it has been modified (i.e. change its last modified date) without changing the contents of the file?

3 Answers
Related