How to access extSdCard from unity3D

Hi Friends,

My English is not good…

In my app i want access sdcard and extSdCard both.

for sdcard
"/mnt/sdcard/ + “MyFile.txt”;
its working fine.
but for extSdCard
"/storege/extSdCard/ + “MyFile.txt”;

this code is not working by unity3d
by eclipse this code is working
if anybody has idea pls help me here…

Shouldn’t it be storage?

1 Like

Thanks aaro4130
but same code working by eclipse…
If you have any other way then pls share with me

I’m sorry
there is very very small and big mistake
pls check my code again and u will find my storage spelling was wrong