[android-developers] new sd card directories

2012-02-11 Thread Dr. Porkenheimer
Hey everybody, I saw the discussion on how to create directories in android, what is not clear is if you can create a directory within external storage like the sd card. I want to make an app that uses a special location in the sd card for storing camera captured images but I am confused on what th

Re: [android-developers] new sd card directories

2012-02-12 Thread Mark Murphy
Use mkdir() or mkdirs() methods on File, the way you create directories anywhere else in a Java-language app. On Thu, Feb 9, 2012 at 12:06 PM, Dr. Porkenheimer wrote: > Hey everybody, I saw the discussion on how to create directories in > android, what is not clear is if you can create a director