File Store

Catalyst File Store provides storage solutions for the app data files and user data files of your Catalyst application, and enables access to shared data.

Create a File Store Instance

You can create an instance of your Catalyst project’s File Store using the getFileStoreInstance() method, and enable the methods defined in this class to access the instance object. This prevents unnecessary server calls.

A File Store instance can be created as shown below:

    
copy
ZCatalystApp.getInstance().getFileStoreInstance(): ZCatalystFileStore

Last Updated 2023-09-03 01:06:41 +0530 +0530