File tree Expand file tree Collapse file tree
docs/developer_docs/includes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- | variable | description | example |
2- | -------------------| ----------------------------------------------------| ---------------------------------------------------|
3- | ` fs.app_data ` | The absolute path to your app's directory | ` /home/user/.freeshard/user_data/app_data/my-app ` |
4- | ` fs.all_app_data ` | The absolute path to the app data parent directory | ` /home/user/.freeshard/user_data/app_data ` |
5- | ` fs.shared ` | The absolute path to the directory for shared data | ` /home/user/.freeshard/user_data/shared ` |
1+ | variable | description | example |
2+ | -------------------| -----------------------------------------------------------------------| ----------------------------------------------------|
3+ | ` fs.app_data ` | The absolute path to your app's directory | ` /home/user/.freeshard/user_data/app_data/my-app ` |
4+ | ` fs.all_app_data ` | The absolute path to the app data parent directory | ` /home/user/.freeshard/user_data/app_data ` |
5+ | ` fs.shared ` | The absolute path to the directory for shared data | ` /home/user/.freeshard/user_data/shared ` |
6+ | ` fs.installation_dir ` | The absolute path to the directory where your installation files live | ` /home/user/.freeshard/core/installed_apps/my-app ` |
You can’t perform that action at this time.
0 commit comments