On Tue, Jun 24, 2008 at 4:34 AM, aruns <[EMAIL PROTECTED]> wrote: > > is it possible to create a file/folder using django. > i want to perform all the IO operations using django.
See "Reading and Writing Files" in the chapter "Input and Output" of the Python tutorial[1] and the documentation for the os module[2]. Arien [1] http://docs.python.org/tut/node9.html [2] http://docs.python.org/lib/os-file-dir.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---