Sunday, February 12, 2012

Re: [android-developers] new sd card directories

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 <sternhagenr@ripon.edu> wrote:
> 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 the best way to do this is. There seem to be a
> lot of file operations but I do not know which ones to use and what I
> have tried does not work.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 3.7 Available!

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment