We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812ed01 commit 8665ccfCopy full SHA for 8665ccf
docs/Runtime Environment/IO.md
@@ -178,7 +178,7 @@ io.writetime("foo.txt", time)
178
This example adds an hour (= 60 minutes = 3600 seconds) to the last write time of "foo.txt" (or errors if that file does not exist).
179
180
---
181
-### `io.currentdir`
+### `io.currentdir`, `io.chdir`, `io.cwd`
182
Get or set the current working directory.
183
#### Parameters
184
1. A path to the desired current working directory. If this parameter is absent, this function works as a *getter.*
0 commit comments