This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
03782bdda90dc71358fc3559abc13c1f1a6b7d70
wren
/
test
/
io
/
directory
/
exists_path_not_string.wren
T
4 lines
97 B
JavaScript
Raw
Normal View
History
Unescape
Escape
More file system checking functions:
2016-02-21 12:23:33 -08:00
import
"io"
for
Directory
Directory
.
exists
(
123
)
// expect runtime error: Path must be a string.
Reference in New Issue
Copy Permalink