Required Instance Methodtuist.filesystem 0.7.9FileSystem

touch(_:)

Creates a file at the given path

FileSystem.swift:93
func touch(_ path: AbsolutePath) async throws

Parameters

path

Path where an empty file will be created.