How to Change/Edit a File Type

In this article, you will learn what to do if you created a file with the wrong file type.

Last updated - July 23, 2024

If you created a file with the incorrect file type, you will need to create a new file with the correct type to run the code properly. Below are the steps to fix this issue:

  1. Click the "New File" button to create a new file.

    new file 1


  2. Enter the file name.
    Screenshot 2024-07-23 at 11.51.51 AM


  3. Choose the file type using the drop down menu.

  4. Click "Save."
  5. Navigate to the old file and copy all of the code from the code editor.
  6. Paste the code into the new file and click "Save."

    save new file