Search Unity

How to access extSdCard from unity3D

Discussion in 'Scripting' started by Who-am-I, Dec 18, 2014.

  1. Who-am-I

    Who-am-I

    Joined:
    Mar 29, 2014
    Posts:
    73
    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...
     
  2. ZO5KmUG6R

    ZO5KmUG6R

    Joined:
    Jul 15, 2010
    Posts:
    490
    Shouldn't it be storage?
     
    Who-am-I likes this.
  3. Who-am-I

    Who-am-I

    Joined:
    Mar 29, 2014
    Posts:
    73
    Thanks aaro4130
    but same code working by eclipse...
    If you have any other way then pls share with me
     
  4. Who-am-I

    Who-am-I

    Joined:
    Mar 29, 2014
    Posts:
    73
    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