Hi at all,
we are currently moving prep-files from an old location on /ffsdisk partition to the internal eMMC Card.
We have to folders '/ffsdisk/jobfiles/archive' and '/ffsdisk/jobfiles' where we delete the files with command 'DeleteFile()'.
So everything is fine and the folders are empty.
When we try to delete the folder with 'RemoveDirectory()' command, the result code is 1 for success but the folder are already existing.
Microsoft says in the documentation 'the calling process must have delete access to the directory' .
https://learn.microsoft.com/en…ee490356(v=winembedded.80)
We make all this in a thread, can someone tell me how we get the folder deleted or give the thread the rights to do this?
Thank you!
Greetings Patrick Paul (ICU Medical Germany)