ostk.core.filesystem.File¶
- class File¶
Bases:
pybind11_object
Methods
- create(
- self: ostk.core.filesystem.File,
- 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.File) bool ¶
- get_contents(self: ostk.core.filesystem.File) ostk.core.type.String ¶
- get_extension(self: ostk.core.filesystem.File) ostk.core.type.String ¶
- get_name(
- self: ostk.core.filesystem.File,
- withExtension: bool = True,
- get_parent_directory(
- self: ostk.core.filesystem.File,
- get_path(self: ostk.core.filesystem.File) ostk.core.filesystem.Path ¶
- get_permissions(
- self: ostk.core.filesystem.File,
- is_defined(self: ostk.core.filesystem.File) bool ¶
- move_to_directory(
- self: ostk.core.filesystem.File,
- arg0: ostk.core.filesystem.Directory,
- static path(arg0: ostk.core.filesystem.Path) ostk.core.filesystem.File ¶
- remove(self: ostk.core.filesystem.File) None ¶
- to_string(self: ostk.core.filesystem.File) ostk.core.type.String ¶
- static undefined() ostk.core.filesystem.File ¶