When I am saving a file to the filesystem, I need to store it in chronological order (only three level deep). Year -> Month -> Day -> then store file. (2010 -> June -> 01-06-2010 -> file1.txt.
If folders are already in File System then don’t create them just save the file.
Whats the best approach?
Probably not the best, but a quick one.. Run with c:\temp, and get C:\temp\2010\juni\08-06-2010. Locale dependent month name btw..