This commit is contained in:
Frank B. Brokken 2020-01-25 10:40:59 +01:00
parent 5eb6b209f4
commit 7ee77ff47a

View file

@ -116,7 +116,7 @@ The following functions expect tt(path) arguments:
(creates a symbolic (soft) link from tt(link) to tt(dest); tt(dest)
does em(not) have to exist;)
itht(current_path)(path current path([error_code &ec])), tt(void
itht(current_path)(path current_path([error_code &ec])), tt(void
current_path(path const &toPath [, error_code &ec])):nl()
the former function returns the current working directory (cwd),
the latter changes the cwd to tt(toPath);