Instance Methodswift-package-manager 6.0.3Basics
write(to:fileSystem:)
VFSOverlay.swift:47func write(to path: AbsolutePath, fileSystem: FileSystem) throws
func write(to path: AbsolutePath, fileSystem: FileSystem) throws
s6Basics10VFSOverlayV5write2to10fileSystemyAA12AbsolutePathV_8TSCBasic04FileF0_ptKF
What are these?97QG5
import Basics
struct VFSOverlay
struct AbsolutePath
Represents an absolute file system path, independently of what (or whether anything at all) exists at that path in the file system at any given time. An absolute path always starts with a /
character, and holds a normalized string representation. This normalization is strictly syntactic, and does not access the file system in any way.
typealias FileSystem = TSCBasic.FileSystem
init(roots: [File])
struct File