fs:touch
Change file access and modification time
file
: Path to file--no-create
: Do not create a file--atime
: Set the access time--mtime
: Set the modification time--check
: Do not actually make any changes, but report whether or not a change would be made.