NSPathControl in SwiftUI?

Is there a way to use NSPathControl or something equivalent in SwiftUI on Mac?

As far as i know In SwiftUI, there isn't a direct equivalent to NSPathControl from AppKit. However, you can use NSPathControl within a SwiftUI app by leveraging NSViewRepresentable, which allows you to integrate an AppKit view into a SwiftUI view hierarchy.

Thanks

Sairam Agireeshetti

NSPathControl in SwiftUI?
 
 
Q