gsplot.path.path#

Deprecated forwarding shim for gsplot.path.path.

Functions

home()

Return the process home path as a compatibility-only query.

pwd()

Return the process current path as a compatibility-only query.

pwd_main()

Return the main script directory for compatibility-only callers.

pwd_move()

Warn and deliberately avoid changing the process working directory.

home()#

Return the process home path as a compatibility-only query.

Return type:

str

pwd()#

Return the process current path as a compatibility-only query.

Return type:

str

pwd_main()#

Return the main script directory for compatibility-only callers.

Return type:

str

pwd_move()#

Warn and deliberately avoid changing the process working directory.

Return type:

None