Skip to content

Commit 8665ccf

Browse files
committed
Document io.currentdir aliases
1 parent 812ed01 commit 8665ccf

File tree

1 file changed

+1
-1
lines changed
  • docs/Runtime Environment

1 file changed

+1
-1
lines changed

docs/Runtime Environment/IO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ io.writetime("foo.txt", time)
178178
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).
179179

180180
---
181-
### `io.currentdir`
181+
### `io.currentdir`, `io.chdir`, `io.cwd`
182182
Get or set the current working directory.
183183
#### Parameters
184184
1. A path to the desired current working directory. If this parameter is absent, this function works as a *getter.*

0 commit comments

Comments
 (0)