Contents

fileURL(withPath:isDirectory:relativeTo:)

Initializes and returns a newly created file NSURL referencing the local file or directory at path, relative to a base URL.

Declaration

class func fileURL(withPath path: String, isDirectory isDir: Bool, relativeTo baseURL: URL?) -> URL

Mentioned in

See Also

Creating a URL object