Required Instance Methodtuist.filesystem 0.7.9FileSystem

makeDirectory(at:options:)

Makes a directory at the given path.

FileSystem.swift:126
func makeDirectory(at: AbsolutePath, options: [MakeDirectoryOptions]) async throws

Parameters

at

The path at which the directory will be created

options

Options to configure the operation.