Home | History | Annotate | Download | only in python2.7

Lines Matching full:pathname

2 """Common pathname manipulations, WindowsNT/95 version.
38 # Normalize the case of a pathname and map slashes to backslashes.
43 """Normalize case of pathname.
52 # volume), or if a pathname after the volume letter and colon / UNC resource
64 """Join two or more pathname components, inserting "\\" as needed.
123 """Split a pathname into drive and path specifiers. Returns a 2-tuple
132 """Split a pathname into UNC mount point and relative path specifiers.
165 """Split a pathname.
186 # pathname component; the root is everything before that.
197 """Returns the final component of a pathname"""
204 """Returns the directory component of a pathname"""