File Storage
Abstra provides a uniform interface for reading and writing files, regardless of the environment.
Files are stored in a persistent directory, which is created when the project is initialized. This directory is used to store files that need to persist across different runs of your project, such as form inputs, configuration files, or any other data that you want to keep.
Editor and Cloud
When using the local editor, the Files directory is located under .abstra/persistent
for easy testing. All functions will read and write to this folder, which is not synced with the cloud storage.
Keep in mind that files created locally will not be available in the cloud environment.
When you deploy your project, the files are stored in the Cloud environment. You can view and manage files in the Cloud Console through the "Files" tab.