Files
wren/test/io/stat/path_nonexistent.wren
T

4 lines
98 B
Plaintext
Raw Normal View History

2016-02-07 09:56:16 -08:00
import "io" for Stat
Stat.path("nonexistent") // expect runtime error: no such file or directory