Re: FileStorage and folders

2009-08-16 Thread Marty Alchin
Alexey wrote: > I wonder, why is there no folder creation functions in Storage and > FileStorage classes? Because none of Django's features really required it. > I ask this not because I don't know how to create it mysef. I'm just > curios, why there are only one function for working with folder

FileStorage and folders

2009-08-16 Thread Alexey
Hi. I wonder, why is there no folder creation functions in Storage and FileStorage classes? I ask this not because I don't know how to create it mysef. I'm just curios, why there are only one function for working with folders -- listdir()? As for me, function mkdir() should be there. --~--~-