Home | History | Annotate | Download | only in library

Lines Matching full:drive

241    off a potential drive letter.
281 and POSIX variants. On Windows, a drive letter root and a share UNC are
302 On Windows, the drive letter is not reset when an absolute path component
303 (e.g., ``r'\foo'``) is encountered. If a component contains a drive
304 letter, all previous components are thrown away and the drive letter is
305 reset. Note that since there is a current directory for each drive,
307 directory on drive :file:`C:` (:file:`c:foo`), not :file:`c:\\foo`.
426 Split the pathname *path* into a pair ``(drive, tail)`` where *drive* is either
427 a mount point or the empty string. On systems which do not use drive
428 specifications, *drive* will always be the empty string. In all cases, ``drive
431 On Windows, splits a pathname into drive/UNC sharepoint and relative path.
433 If the path contains a drive letter, drive will contain everything
437 If the path contains a UNC path, drive will contain the host name
463 the path (such as ``r'\path\file.ext'``). For paths containing drive letters,