Extension

Path

extension Path

Instance Properties

var attributes: [FileAttributeKey : Any] { get }
var creationDate: Date? { get }
var modificationDate: Date? { get }
var url: String { get }

Instance Methods

func containsFile(named file: Path) -> Bool
func makeOutputPath(itemWriteMode: ItemWriteMode) -> Path
func relativePath(from: Path) throws -> Path
func resolveSwiftPackageFolder() throws -> Path