Files
wren/test/io/stat/path_nonexistent.wren
Bob Nystrom 79558d95e5 Move File.stat() -> Stat.path().
Thanks, Michel!
2016-02-07 09:56:16 -08:00

4 lines
98 B
Plaintext

import "io" for Stat
Stat.path("nonexistent") // expect runtime error: no such file or directory