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) None
- copy(self: carb._carb.filesystem.IFileSystem, arg0: str, arg1: str) bool
- exists(self: carb._carb.filesystem.IFileSystem, arg0: str) bool
- flush_file(self: carb._carb.filesystem.IFileSystem, arg0: carb._carb.filesystem.File) None
- get_app_directory_path(self: carb._carb.filesystem.IFileSystem) str
- get_current_directory_path(self: carb._carb.filesystem.IFileSystem) str
- get_file_size(self: carb._carb.filesystem.IFileSystem, arg0: carb._carb.filesystem.File) int
- get_mod_time(self: carb._carb.filesystem.IFileSystem, arg0: str) int
- is_directory(self: carb._carb.filesystem.IFileSystem, arg0: str) bool
- make_directory(self: carb._carb.filesystem.IFileSystem, arg0: str) bool
- make_temp_directory(self: carb._carb.filesystem.IFileSystem) object
- open_file_to_append(self: carb._carb.filesystem.IFileSystem, arg0: str) carb._carb.filesystem.File
- open_file_to_read(self: carb._carb.filesystem.IFileSystem, arg0: str) carb._carb.filesystem.File
- open_file_to_write(self: carb._carb.filesystem.IFileSystem, arg0: str) carb._carb.filesystem.File
- remove_directory(self: carb._carb.filesystem.IFileSystem, arg0: str) bool
- set_app_directory_path(self: carb._carb.filesystem.IFileSystem, arg0: str) None
- set_current_directory_path(self: carb._carb.filesystem.IFileSystem, arg0: str) bool