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
d8289684024c881b0c9a88e0490704b9fb1a3492
wren
/
test
/
io
/
file
/
exists_path_not_string.wren
T
4 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: add Stat.isFile, Stat.isDirectory, File.exists, and Directory.exists methods
2016-02-21 20:23:33 +00:00
import "io" for File
File.exists(123) // expect runtime error: Path must be a string.
Reference in New Issue
Copy Permalink