Files
wren/test/io/file/size_static_nonexistent.wren
T

4 lines
98 B
Plaintext
Raw Normal View History

2015-09-30 21:13:36 -07:00
import "io" for File
File.size("nonexistent") // expect runtime error: no such file or directory