I know this is really easy
I want to get the absolute path for the current app
And I can achieve using
String(reflecting: Bundle.main.bundleURL)
But what outputs isn't like /User/***/.....
but file:///User/xx/...
so
what can I do to get a absolute path in /***/***/***
format?
thanks