---
title: "File tree"
canonical: "https://support.appfire.com/space/PSJC/490997228/File%20tree"
format: markdown
---
> Macro (aura-html)


You can navigate, search, and manage your files directly from this panel.

| **To…** | **Do this** |
| --- | --- |
| Open a file in the editor | Double-click any file in the tree. |
| Search for a file in a folder | Select the folder and use the search box to quickly find files by name. The search looks through the selected folder and all its nested subfolders, making it easy to locate files in large directory structures. |
| Open the context menus for a folder | Right-click on any folder to access available actions:<br>![Power Scripts for Jira Cloud file menu options](media://e5360640-cc14-494b-bdc3-2c03b17c5ddf)<br>- **Refresh**: Updates the view to show new files added to the folder outside of the SIL Manager.
- **Rename**: Changes the folder name.
- **Delete**: Removes the folder.<br>> ℹ️ Only empty folders can be deleted. Remove all files and subfolders before attempting to delete a folder.<br>- **New**: Creates new files or subfolders within the selected folder.
- **Download**: Downloads the folder and its contents.
- **Upload file**: Uploads a file to the selected folder. |
| Open the context menus for a file | Right-click on any folder to access available actions:<br>![Power Scripts for Jira Cloud file context menu interface](media://58400375-5d01-4305-98e1-23f3ade1bc2f)<br>- **Rename**: Changes the filename.
- **Delete**: Removes the file.
- **Storage Type**: Select where the file is stored.
  - **Disk**: File stored on the file system.
  - **Database**: File stored in the database.<br>> ℹ️ Changing a file's storage type will automatically migrate the file to the new location. For bulk migrations, a [bulk storage change utility](https://appfire.atlassian.net/wiki/spaces/PSJC/pages/490996090/Script+Storage+configuration#Bulk-storage-change) is available to transfer all SIL scripts between storage locations at once. Note that this utility affects only SIL scripts, not supplementary files (HTML, JavaScript, CSV, text files).<br>- **Find usages**: Searches for references to this file across all scripts and configurations.<br>> ✅ This option is particularly useful for understanding dependencies before deleting or renaming a file. It helps you avoid breaking existing workflows or scripts that depend on it.<br>- **Download**: Downloads the file. |

> ⚠️ The **Delete** and **Rename** actions are performed without checking for existing usage. If your script is already used in workflows, post-functions, or other automations, deleting or renaming it will break those implementations. Always verify usage before performing these operations.