Previous Up Next

5.6.3  Internal directories: NewFold SetFold GetFold DelFold VARS

You can create a directory that isn’t actually on your hard drive but is treated like one by Xcas with the command NewFold.

Internal directories will be listed with the VARS() command (see Section 5.4.9).

To actually use this directory, you’ll have to use the SetFold command.

Finally, you can print out the internal directory that you are in with the GetFold command.


Example.
Input:

GetFold()

will display the current internal directory.


The DelFold command will delete an internal directory.


Previous Up Next