set_current_directory
Description:
public void set_current_directory (
string current_directory)
Sets the startup working directory of this to current_directory.
If unset, defaults to the user's home directory.
Parameters:
| this |
An SMClient
|
| current_directory |
A valid path name
|