tmpfs file

This commit is contained in:
minjaesong
2023-05-05 22:33:23 +09:00
parent b6fb9acd6a
commit fe6f247a76
2 changed files with 26 additions and 5 deletions

4
assets/disk0/tmptest.js Normal file
View File

@@ -0,0 +1,4 @@
let tmp = files.open("$:/TMP/test.txt")
tmp.swrite("Hello, world!")
println(tmp.sread())
tmp.close()