Table of Contents

File Explorer

File Explorer can manage files, upload and download files, and includes an editor for previewing and editing text files.

Root Directory

The File Explorer has several types of root directories:

  • Administrator Directory
    • Resource Directory
    • Project Directory

The administrator directory is above the project directory; the project directory contains the loaded project content; the resource directory is shared between projects and stores data such as material coefficients.

File Renaming and Moving

Click on in the File Explorer to edit the corresponding filename.

To move files, you can use relative paths for renaming. You can also use ~/ at the start of the path to use the root directory as the base path.

Tip

File Moving Examples

  • Renaming file1.txt to Folder/file1.txt will move the file into the Folder directory.
  • Renaming file1.txt in the Folder directory to ../file1.txt will move the file out of the Folder directory.

Note

Keywords are case-sensitive.