Files
wren/test/io/file/stat_static_nonexistent.wren

4 lines
98 B
Plaintext
Raw Normal View History

2016-01-01 09:58:44 -08:00
import "io" for File
File.stat("nonexistent") // expect runtime error: no such file or directory