Thursday, 28 May 2009

Platform Independent Programming with Python

I am interested in platform-independent programming in Python, in particular file and directory manipulations.

os.path module implements functions on pathnames. This module uses the following modules in different systems i.e. posixpath, ntpath, macpath, os2emxpath.

No comments: