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.txttoFolder/file1.txtwill move the file into theFolderdirectory. - Renaming
file1.txtin theFolderdirectory to../file1.txtwill move the file out of theFolderdirectory.
Note
Keywords are case-sensitive.