Re: How remove directories with the content in the platform independent way?

2005-04-28 Thread Andy Leszczynski
Jason Mobarak wrote: There's also the shutil module, which is platform independant. http://docs.python.org/lib/module-shutil.html ...see the rmtree function Thanks, this is what I was looking for. A. -- http://mail.python.org/mailman/listinfo/python-list

Re: How remove directories with the content in the platform independent way?

2005-04-26 Thread Jason Mobarak
There's also the shutil module, which is platform independant. http://docs.python.org/lib/module-shutil.html ...see the rmtree function -- http://mail.python.org/mailman/listinfo/python-list

Re: How remove directories with the content in the platform independent way?

2005-04-26 Thread Andy Leszczynski
Andy Leszczynski wrote: James Stroud wrote: Look at the os and os.path modules. http://docs.python.org/lib/module-os.html http://docs.python.org/lib/module-os.path.html On Tuesday 26 April 2005 07:27 pm, so sayeth Andy Leszczynski: How remove directories with the content in the platform

Re: How remove directories with the content in the platform independent way?

2005-04-26 Thread Andy Leszczynski
James Stroud wrote: Look at the os and os.path modules. http://docs.python.org/lib/module-os.html http://docs.python.org/lib/module-os.path.html On Tuesday 26 April 2005 07:27 pm, so sayeth Andy Leszczynski: How remove directories with the content in the platform independent way? Is the API for

Re: How remove directories with the content in the platform independent way?

2005-04-26 Thread James Stroud
Look at the os and os.path modules. http://docs.python.org/lib/module-os.html http://docs.python.org/lib/module-os.path.html On Tuesday 26 April 2005 07:27 pm, so sayeth Andy Leszczynski: > How remove directories with the content in the platform independent way? > Is the API for that? &

How remove directories with the content in the platform independent way?

2005-04-26 Thread Andy Leszczynski
How remove directories with the content in the platform independent way? Is the API for that? Thx, A. -- http://mail.python.org/mailman/listinfo/python-list