Search code examples
javajava-melwuit

Get Memory Card Root(path) in J2me


I want to get memory card path from device. By using following statement we can get path but i want to know is this method will work for all manufactures or only for nokia?

 System.getProperty("fileconn.dir.memorycard");  

Solution

  • I want to get memory card path from device. By using following statement we can get path but i want to know is this method will work for all manufactures or only for nokia?

    System.getProperty("fileconn.dir.memorycard");

    Yes, this method will work for all manufactures, Samsung, LG, Sony...etc