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 12, 2023

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
  2. Enter the file name.
  3. Choose the file type using the drop down menu.

    create new file
  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