I have 2 macOs project and the same code don’t return the same result
Var f As FolderItem = SpecialFolder.ApplicationData.Child("myFolder") System.DebugLog("Application Folder " + f.URLPath)
In on hand I have the result
file:///Users/seb/Library/Application%20Support/myFolder/
In the other this one
file:///Users/seb/Library/Containers/fr.gorilladev.myApp/Data/Library/Application%20Support/fr.gorilladev.idocuments/
Any idea ?