Jodd is an open-source java library with lot of reusable components and feature rich utilities.
This requires the library jodd-3.3.2.jar to be in classpath.
The following example shows how to use FileUtil.touch() API.
It works just like UNIX touch command. If the given file doesn't exist it creates one
otherwise updates its last modified timestamp to current timestamp.