Changes current directory.
Parameters
$dir
stringrequired- The new current directory.
Source
public function chdir( $dir ) {
return $this->run_command( 'cd ' . $dir, true );
}
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |
Changes current directory.
$dir
stringrequiredpublic function chdir( $dir ) {
return $this->run_command( 'cd ' . $dir, true );
}
Version | Description |
---|---|
2.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.