A Gentle .NET touch to Unix Touch
- by lavanyadeepak
A Gentle .NET touch to Unix Touch
The Unix world has an elegant utility called 'touch' which would modify the timestamp of the file whose path is being passed an argument to it. Unfortunately, we don't have a quick and direct such tool in Windows domain. However, just a few lines of code in C# can fill this gap to embrace and rejuvenate any…