I understand that I can create a directory within my applications
files directory by using getDir().

This allows me to write to the root of my application's file library,
and one directory deep.

This lets us do things like:

/database.db
/sounds/sound1.wav
/sounds/sound2.wav
/graphics/grahpic1.png

However, I can't seem to find a way (using the context methods) to do
create a sub-directory within one of the sub-directories.

Something like this:

/sounds/level1/sound1.wav
/sounds/level2/sound2.wav

Is it possible to create directories WITHIN directories in application
space using the context methods?

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to