Local Operations
The local
attribute of the EasyEnvironment
instance allows you to load or save different file types in a single command (.save
or .load
). Based on the filename extension, the tool will call the function for processing the specified file format.
EasyEnvironment.local.load
: Load an objet.EasyEnvironment.local.save
: Save an objet.EasyEnvironment.local.clear_folder:
Clear a local folder.
Last updated