Avatar
omochimetaru 9/18/2024 6:33 AM
As described in the title, the following occurs: import Foundation let file = URL(fileURLWithPath: "main.swift") let dir = file.deletingLastPathComponent() print(dir.relativePath) // =>...