touch_file# tollan.utils.file.touch_file(out_file: str | Path) → None[source]# Touch file, the same as the shell command touch. Parameters: out_file (str | Path) – Path to file to touch (create or update timestamp)