Ok Tim, thank for your response. so what is a best practice in app engine for create an arborescence with all data of my users.
i must to use Datastore with blob property ? On Apr 28, 3:27 am, Tim Hoffman <[email protected]> wrote: > Yep not supported. > > You would need to have your entire directory created before you deploy > (I doubt deploying will create empty directories ) > > Remember you can't write to the filesystem at all, so doing a mkdir in > code > isn't very useful in gae. > > Rgds > > T > > On Apr 28, 2:16 am, sahid <[email protected]> wrote: > > > Hello, > > > appengine support, os.makedirs ? > > because i have this probleme : > > > import os > > os.makedirs (PATH) > > > 'module' object has no attribute makedirs --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
