You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 21, 2020. It is now read-only.
Florian Rappl edited this page Dec 21, 2014
·
2 revisions
cd
Changes the current working directory.
cd(path)
The change directory method changes the currently set working directory. This enables you to access all files in the new directory with their file name only.
Argumentpath
String
Returns1. entry
Void
Example
cd("..")
Navigates to the upper directory of the current working directory.