edl
edl copied to clipboard
Creating new files on EFS
Sorry, I understand it is not yet supported, but you obviously have more understanding on the protocol used here than I do, so maybe you have some tips.
The (not exposed to the command line) qcdiag::efswritefile
function seems to look for an existing file and overwrite it with new data. Is there a way to create a totally new file? I tried to change the mode from O_RDONLY
to O_RDWR
and O_WRONLY
, how it would work in Posix systems, but efs_open
still returns -1.
I will have a look for this and implement it. Not sure if creating a new file is possible, but I will figure it out.