Files
TencentOS-tiny/components/language/micropython/tests/extmod/vfs_userfs.py.exp
2022-09-29 12:10:37 +08:00

13 lines
194 B
Plaintext

open /data.txt r
some data in a text file
stat /usermod1
stat /usermod1.py
open /usermod1.py rb
ioctl 4 0
in usermod1
stat /usermod2
stat /usermod2.py
open /usermod2.py rb
ioctl 4 0
in usermod2