Required Instance Methodtuist.filesystem 0.7.9FileSystem

remove(_:)

It removes the file or directory at the given path.

FileSystem.swift:97
func remove(_ path: AbsolutePath) async throws

Parameters

path

The path to the file or directory to remove.