i want to create a folder in our app local directories …
the file structure i want to create will look like
current date year/month/date the root directory of this structure is year inside that current month inside that current date folders ..
this way i hav to create the folders…
any help appreciated…
this is a straight forward task.
First you have to split the date into components.
Then create the path you want to create.
and finally, create the directory