It sets the working directory to the path of the current script.
Arguments
- path
Path components below the project root. Defaults to NULL. This means that
the directory will be set to the path of the file. If the path doesn't exist, the
user will be asked if he wants to create such a folder.
Value
A message showing the current working directory
Examples
if (FALSE) {
set_wd_here()
}