2.30 Apps that do not comply with the Mac OS X File System documentation will be rejected

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!

“/” is the root folder of the hard drive, not the user’s home folder.