device files are mounted under the drive letter of dollarsign

This commit is contained in:
minjaesong
2022-09-24 16:46:44 +09:00
parent f9eecab830
commit 0304ded991
8 changed files with 38 additions and 26 deletions

View File

@@ -1,3 +1,3 @@
let f = files.open("CON")
let f = files.open("$:/CON")
f.swrite("Hello, world! I'm just writing to a file named 'CON'\n")
f.close()