mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-15 23:46:06 +09:00
device files are mounted under the drive letter of dollarsign
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user