File Explorer ============= The file explorer lists by default all the files stored in your browser. You can see them in the `browser` folder. You can always rename, remove or add new files to the file explorer. .. image:: images/remix_file_explorer_browser.png Note that clearing the browser storage will permanently delete all the solidity sources you wrote. To avoid this, you can use Remixd, which enables you to store and sync files in the browser with your local files (for more information see :doc:`../tutorial_remixd_filesystem`) .. image:: images/remix_file_explorer_menu.png From the left to the right: Create new File --------------- Creates a new file in the `browser` explorer. Add Local File -------------- Allows you to select files from the local file system and import them to the Remix browser storage. Publish to Gist --------------- Publishes files from the browser storage to an anonymous public gist. Copy to another instance ------------------------ Enables you to copy files from the browser storage to another instance (URL) of Remix. Connect to Localhost -------------------- Allows to use file located in your file system (see :doc:`../tutorial_remixd_filesystem`).