How to processing files in user cmodules? #10708
Closed
Walkline80
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to
open
,read
,seek
andtell
existed files which in user's file system, by searching the whole repo I found something like this:fopen()
mp_builtin_open()
mp_vfs_open()
mp_stream_seek()
......
fopen()
is not safe in my testing code,mp_builtin_open()
andmp_vfs_open()
are related tomp_stream_*()
methods, andstream
seems like related tosocket
operations in my mind, I can't tell...Now I'm confused that which ONE set/group methods is the right way to do my job?
Beta Was this translation helpful? Give feedback.
All reactions