mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 02:24:05 +09:00
dummix dumbshell: fixed erratic 'cd' behaviours
Former-commit-id: 82698355d2566d579d2461bc1f1b7a4799f60163 Former-commit-id: 033a2a4f690b8e968e7626c46b998e3bba91031a
This commit is contained in:
@@ -10,7 +10,7 @@ The path for the argument of functions blocks `\,.\,.\,' to be passed, preventin
|
||||
\endhead
|
||||
fs.list(\textbf{path}: string) & table & Returns list of files in \textbf{path}, in lua table.
|
||||
\\ \\
|
||||
fs.exists(\textbf{path}: string) & bool & Checks if \textbf{path} exists on the filesystem.
|
||||
fs.exists(\textbf{path}: string) & bool & Checks if \textbf{path} exists on the filesystem. NOTE: avoid using it as much as you can; it's somewhat erratic.
|
||||
\\ \\
|
||||
fs.isDir(\textbf{path}: string) & bool & Checks if \textbf{path} is a directory.
|
||||
\\ \\
|
||||
|
||||
Reference in New Issue
Block a user