Get External Storage Directory : Environment « Core Class « Android






Get External Storage Directory

    

  public  static File GetSDDir()
  {
    return Environment.getExternalStorageDirectory();
  }
  

   
    
    
    
  








Related examples in the same category

1.Create a new directory on external storage
2.May crash when External-Media is not mounted.
3.is Storage Readable/Writable
4.Environment.MEDIA_MOUNTED, Environment.MEDIA_MOUNTED_READ_ONLY
5.Utility class used to deal with SD card cache.
6.return True if the external storage is available/writable.