I’m trying to create an Android project and for some reason the current directory is empty. I’d like to set the current directory, but I don’t know how in an Android project.
Any help is appreciated.
I’m trying to create an Android project and for some reason the current directory is empty. I’d like to set the current directory, but I don’t know how in an Android project.
Any help is appreciated.
System.IO.Directory.SetCurrentDirectory(System.Environment.GetFolderPath(System.Environment.SpecialFolder.ApplicationData));