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

4 lines
102 B
Plaintext
Raw Normal View History

2016-02-27 15:53:02 -08:00
import "io" for File
File.realPath("nonexistent") // expect runtime error: no such file or directory