Installation guide

File Management Operations
3 Press the Enter or Return key.
The directory is added.
Function Alternative. To create a directory, use the
mkdir function. For
example,
mkdir newdir
creates the directory newdir within the current directory.
Renaming Files and Directories
To rename a file o r directory, select the item, right-click, and select Rename
from the context menu. Type over the existing name with the new name
for the file or directory, and press Enter or Return. The file or directory
is renamed.
Function Alternative. You can us e
movefile to rename a file or directory.
For example,
movefile('myfile.m','projectresults.m')
renames myfile.m to projectresults.m.
Cutting or Deleting Files and Directories
To cut or delete files and directories,
1 Select the files and directories to remov e. Use Shift+click or Ctrl+click to
select multip le items.
2 Right-click and select Cut or Delete from the context menu.
The files and directories are removed.
Files and directories you delete from the Current Directory b rowser go to the
Recycle Bin on Windows (or the Trash Can on Macintosh platforms). If you do
notwanttheselecteditemstogototheRecycleBin,pressShift+Delete.A
confirmation dialog box displays before the items are deleted if you have set
that option in your operatin g system . For examp le, on Windo ws, r ight-click
5-45