IFileSystem#
- class carb.filesystem.IFileSystem#
Bases:
pybind11_object
Methods
__init__
(*args, **kwargs)close_file
(self, arg0)copy
(self, arg0, arg1)exists
(self, arg0)flush_file
(self, arg0)get_app_directory_path
(self)get_file_size
(self, arg0)get_mod_time
(self, arg0)is_directory
(self, arg0)make_directory
(self, arg0)make_temp_directory
(self)open_file_to_append
(self, arg0)open_file_to_read
(self, arg0)open_file_to_write
(self, arg0)remove_directory
(self, arg0)set_app_directory_path
(self, arg0)set_current_directory_path
(self, arg0)- __init__(*args, **kwargs)#
- close_file(
- self: carb._carb.filesystem.IFileSystem,
- arg0: carb._carb.filesystem.File,
- copy(
- self: carb._carb.filesystem.IFileSystem,
- arg0: str,
- arg1: str,
- exists(
- self: carb._carb.filesystem.IFileSystem,
- arg0: str,
- flush_file(
- self: carb._carb.filesystem.IFileSystem,
- arg0: carb._carb.filesystem.File,
- get_app_directory_path( ) str #
- get_current_directory_path( ) str #
- get_file_size(
- self: carb._carb.filesystem.IFileSystem,
- arg0: carb._carb.filesystem.File,
- get_mod_time(
- self: carb._carb.filesystem.IFileSystem,
- arg0: str,
- is_directory(
- self: carb._carb.filesystem.IFileSystem,
- arg0: str,
- make_directory(
- self: carb._carb.filesystem.IFileSystem,
- arg0: str,
- make_temp_directory( ) object #
- open_file_to_append(
- self: carb._carb.filesystem.IFileSystem,
- arg0: str,
- open_file_to_read(
- self: carb._carb.filesystem.IFileSystem,
- arg0: str,
- open_file_to_write(
- self: carb._carb.filesystem.IFileSystem,
- arg0: str,
- remove_directory(
- self: carb._carb.filesystem.IFileSystem,
- arg0: str,
- set_app_directory_path(
- self: carb._carb.filesystem.IFileSystem,
- arg0: str,
- set_current_directory_path(
- self: carb._carb.filesystem.IFileSystem,
- arg0: str,