Instance Propertyswift-package-manager 6.0.1PackagePlugin
url
The path of the file.
- SwiftPM
- 6.0+
let url: URL
The path of the file.
let url: URL
s13PackagePlugin4FileV3url20FoundationEssentials3URLVvp
What are these?2A5VU
import PackagePlugin
struct File
Provides information about a single file in a FileList.
struct URL
A URL is a type that can potentially contain the location of a resource on a remote server, the path of a local file on disk, or even an arbitrary piece of encoded data.
let type: FileType
File type, as determined by SwiftPM.
let path: Path
The path of the file.