Manage files and folders

Create, rename, move, and delete the files and folders in your project.

  1. The Explorer

    The Explorer lists every file and folder in your project as a tree. Tap any file to open it in the editor.

    The Explorer panel at the side of the workspace, its file tree highlighted.
  2. Create a file

    Use New file, type a name that ends with its extension — like main.py — and the new file opens, ready for your code.

    The New file control in the Explorer, with a file name being typed inline in the tree.
  3. Each file's own menu

    Every file has a menu to rename, download, or delete it. You can also drag a file into a folder to move it there.

    A file row's actions menu open, showing Rename, Download file, and Delete.