Skip to content

Commit b6b5ef4

Browse files
authored
Update syscmds.md
/cd creates the directory if it doesn't exist
1 parent 032bee8 commit b6b5ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics/syscmds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ _Current directory_
206206
\cd fp
207207
```
208208

209-
Where `fp` is a filepath, sets the current directory
209+
Where `fp` is a filepath, sets the current directory. Creates the directory if it does not exist.
210210

211211
```q
212212
q)\cd

0 commit comments

Comments
 (0)