Files
wren/test/io/file/delete_nonexistent.wren
Bob Nystrom 8e90e3577b More file IO!
Can now create, delete, and write to files.
2016-02-20 09:23:42 -08:00

4 lines
100 B
Plaintext

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