Subsections


system.cd

Image help-about Image folder-favorites

Synopsis

Change the current working directory to the specified path.

Defaults

system.cd(path=None)

Keyword arguments

path: The path to the new current working directory.

Description

The equivalent of python module os.chdir(path). Change the current working directory to the specified path.

To change the current working directory, type:

[numbers=none]
relax> system.cd("/path/to/dir")




The relax user manual (PDF), created 2020-08-26.