I’m trying to create a folder in the mac library folder, i’m using this code but isnt working, can someone help me?
if (!Directory.Exists("/Library/Application Support/<my bundle-id>/Resources/StreamingAssets/")){
Directory.CreateDirectory("/Library/Application Support/<my bundle-id>/Resources/StreamingAssets/");
create the file .....
}
Thanks!