ostk.core.filesystem.Directory¶
- class Directory¶
Bases:
pybind11_object
Methods
- contains_file_with_name(
- self: ostk.core.filesystem.Directory,
- arg0: ostk.core.type.String,
- create(
- self: ostk.core.filesystem.Directory,
- arg0: ostk.core.filesystem.PermissionSet,
- arg1: ostk.core.filesystem.PermissionSet,
- arg2: ostk.core.filesystem.PermissionSet,
- arg0: ostk.core.filesystem.PermissionSet,
- exists(self: ostk.core.filesystem.Directory) bool ¶
- get_directories( ) list[ostk.core.filesystem.Directory] ¶
- get_name(self: ostk.core.filesystem.Directory) ostk.core.type.String ¶
- get_parent_directory( ) ostk.core.filesystem.Directory ¶
- get_path(self: ostk.core.filesystem.Directory) ostk.core.filesystem.Path ¶
- is_defined(self: ostk.core.filesystem.Directory) bool ¶
- is_empty(self: ostk.core.filesystem.Directory) bool ¶
- static path(arg0: ostk.core.filesystem.Path) ostk.core.filesystem.Directory ¶
- remove(self: ostk.core.filesystem.Directory) None ¶
- static root() ostk.core.filesystem.Directory ¶
- to_string(self: ostk.core.filesystem.Directory) ostk.core.type.String ¶
- static undefined() ostk.core.filesystem.Directory ¶