How to processing files in user cmodules? #10708
Closed
walklinewang
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,seekandtellexisted 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, andstreamseems like related tosocketoperations 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