Return to previous page Return to menu Go to next page

File operation

A working directory is introduced as a concept for manipulating files with console commands. The working directory is close to the current directory such as MS-DOS. To change the setting, select "Working directory" from the File menu.
Files handled by console commands are one of the following:

For example, if the working directory is Macintosh HD: Development: SSBug Folder, the command “r main.s28” means “download the file Macintosh HD: Development: SSBug Folder: main.s28”.
Note that SSBug handles only the data fork of the file, and all files handled including binary data are 'TEXT'.

PWD

    format PWD

    Description Displays the current working directory name.

                  ● SSBug remembers the working directory when it was last terminated and is automatically set at startup                 To do.


Return to previous page Return to menu Go to next page