Open Location of Application.persistentDataPath android
Hello
I am trying to make a button to open the folder of my saved audio on android. I have tried so many things .. BUT didn't work !!
HERE is the script:
public void PressOpenFolder()
{
Application.OpenURL(Application.persistentDataPath + "/storage / emulated / 0 / android / data / com.DefaultCompany.MyAudio / files /");
}
PLEASE HELP ....
Comment
Your answer
Follow this Question
Related Questions
how to access “device only” gps in Unity 0 Answers
Trying to Build GPS Tracking Based App, Help 0 Answers
Input.location GPS issue 1 Answer
Location Services not starting when system GPS is enabled. 0 Answers
Saved folders (Application.persistentDataPath) showing on Android device but not in windows explorer 2 Answers