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
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.
--~--~-