mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-16 20:28:04 +01:00
Not tested yet, because we can't create symlinks from Wren and I don't want to check symlinks into the repo, but it seems to do the right thing.
4 lines
102 B
Plaintext
4 lines
102 B
Plaintext
import "io" for File
|
|
|
|
File.realPath("nonexistent") // expect runtime error: no such file or directory
|