Is it possible for android application to create several directories in internal storage for storing there different kinds of files? I need this capability, because I'll need to delete a kind of files at definite time moment in my application.
When I try to use standard Context
method openFileOutput()
and send to it filename with "/" symbol I get IllegalArgumentException
.
Tell me please what classes and methods could allow me such functionality?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…