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

4 lines
102 B
JavaScript
Raw Normal View History

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