| ntpath | index /usr/lib/python2.1/ntpath.py |
Common pathname manipulations, WindowsNT/95 version.
Instead of importing this module directly, import os and refer to this
module as os.path.
| Modules | ||||||
| ||||||
| Functions | ||
| ||
| Data | ||
| __all__ = ['normcase', 'isabs', 'join', 'splitdrive', 'split', 'splitext', 'basename', 'dirname', 'commonprefix', 'getsize', 'getmtime', 'getatime', 'islink', 'exists', 'isdir', 'isfile', 'ismount', 'walk', 'expanduser', 'expandvars', ...] __file__ = '/usr/lib/python2.1/ntpath.pyc' __name__ = 'ntpath' | ||