def get_temp_path(self, name): return os.path.join(get_specify_cache_dir("temp"), name)
def get_image_path(self, name): return os.path.join(get_specify_cache_dir("images"), name)