| os2emxpath | index /usr/local/lib/python2.5/os2emxpath.py Module Docs |
Common pathname manipulations, OS/2 EMX 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', 'getctime', 'islink', 'exists', 'lexists', 'isdir', 'isfile', 'ismount', 'walk', ...] altsep = r'\' curdir = '.' defpath = r'.;C:\bin' devnull = 'nul' extsep = '.' pardir = '..' pathsep = ';' sep = '/' supports_unicode_filenames = False | ||