Fixed path

This commit is contained in:
Add00
2023-08-08 19:05:35 -04:00
parent dea5cf6d43
commit 5a8e2c0527

View File

@@ -2,7 +2,7 @@ import fileio;
// test open // test open
{ {
var file = open("scripts:/fileio.txt", "r"); var file = open("scripts:/lib/file/fileio.txt", "r");
// file.read(string); // file.read(string);