ostk.core.filesystem.Path¶
- class Path¶
Bases:
pybind11_object
Methods
- __add__(
- self: ostk.core.filesystem.Path,
- arg0: ostk.core.filesystem.Path,
- static current() ostk.core.filesystem.Path ¶
- get_absolute_path(
- self: ostk.core.filesystem.Path,
- base_path: ostk.core.filesystem.Path = Path.current(),
- get_last_element(self: ostk.core.filesystem.Path) ostk.core.type.String ¶
- get_normalized_path(self: ostk.core.filesystem.Path) ostk.core.filesystem.Path ¶
- get_parent_path(self: ostk.core.filesystem.Path) ostk.core.filesystem.Path ¶
- is_absolute(self: ostk.core.filesystem.Path) bool ¶
- is_defined(self: ostk.core.filesystem.Path) bool ¶
- is_relative(self: ostk.core.filesystem.Path) bool ¶
- static parse(arg0: ostk.core.type.String) ostk.core.filesystem.Path ¶
- static root() ostk.core.filesystem.Path ¶
- to_string(self: ostk.core.filesystem.Path) ostk.core.type.String ¶
- static undefined() ostk.core.filesystem.Path ¶