|
Size: 1365
Comment:
|
Size: 1765
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 25: | Line 25: |
| == CommonPath == ---- == CommonPrefix == ---- |
|
| Line 49: | Line 61: |
| == ExpandVars == ---- == GetATime == ---- == GetCTime == ---- == GetMTime == ---- == GetSize == ---- |
|
| Line 89: | Line 131: |
| == NormCase == ---- == NormPath == ---- |
|
| Line 113: | Line 167: |
| == SameOpenFile == ---- == SameStat == ---- == Split == ---- == SplitDrive == ---- |
Python Os Path
Contents
AbsPath
See Path.absolute.
BaseName
See Path.name.
CommonPath
CommonPrefix
DirName
See Path.parent.
Exists
See Path.exists.
ExpandUser
See Path.expanduser and Path.home.
ExpandVars
GetATime
GetCTime
GetMTime
GetSize
IsAbs
See Path.is_absolute.
IsDir
See Path.is_dir.
IsFile
See Path.is_file.
IsLink
See Path.is_symlink.
Join
See Path.joinpath.
NormCase
NormPath
RealPath
See Path.resolve.
RelPath
See Path.relative_to.
SameFile
See Path.samefile.
SameOpenFile
SameStat
Split
SplitDrive
SplitExt
See Path.stem and Path.suffix.
See also
Python os.path module documentation
