⇤ ← Revision 1 as of 2023-03-01 15:04:44
Size: 1245
Comment:
|
Size: 1365
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 117: | Line 117: |
---- == See also == [[https://docs.python.org/3/library/os.path.html|Python os.path module documentation]] |
Python Os Path
Contents
AbsPath
See Path.absolute.
BaseName
See Path.name.
DirName
See Path.parent.
Exists
See Path.exists.
ExpandUser
See Path.expanduser and Path.home.
IsAbs
See Path.is_absolute.
IsDir
See Path.is_dir.
IsFile
See Path.is_file.
IsLink
See Path.is_symlink.
Join
See Path.joinpath.
RealPath
See Path.resolve.
RelPath
See Path.relative_to.
SameFile
See Path.samefile.
SplitExt
See Path.stem and Path.suffix.
See also
Python os.path module documentation