mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Fixed path
This commit is contained in:
@@ -2,7 +2,7 @@ import fileio;
|
||||
|
||||
// test open
|
||||
{
|
||||
var file = open("scripts:/fileio.txt", "r");
|
||||
var file = open("scripts:/lib/file/fileio.txt", "r");
|
||||
|
||||
// file.read(string);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user