data_base
❭ IO
❭ LoaderDumper
❭ just_create_folder
❭ ManagedFolder
ManagedFolder¶
- class data_base.IO.LoaderDumper.just_create_folder.ManagedFolder¶
Wrapper class for a folder path
Initialize self. See help(type(self)) for accurate signature.
- Methods:¶
join
(*args)Get a subfolder of the current folder
listdir
()List the files in the folder
get_file
(suffix)Get the files that end with the specified suffix.