mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-03 18:29:00 +00:00
9 lines
331 B
Python
9 lines
331 B
Python
.dirname!: (path: PathLike,) => Str
|
|
.exists!: (path: PathLike,) => Bool
|
|
.lexists!: (path: PathLike,) => Bool
|
|
.expanduser!: (path: PathLike,) => Str
|
|
.expandvars!: (path: PathLike,) => Str
|
|
.isfile!: (path: PathLike,) => Bool
|
|
.isdir!: (path: PathLike,) => Bool
|
|
.islink!: (path: PathLike,) => Bool
|
|
.ismount!: (path: PathLike,) => Bool
|