Update the modification timestamp of a file to the current time. Creates the file if it does not exist (equivalent to the POSIX touch command).
touch
Path to the file. ~ is expanded.
~
true on success, false on failure.
true
false
Update the modification timestamp of a file to the current time. Creates the file if it does not exist (equivalent to the POSIX
touchcommand).