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

4 lines
98 B
Plaintext
Raw Normal View History

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