Deleting a folder
Does anyone know of a function to delete a folder?
shell and then rmdir on Mac or RD on windows
Thank you @PDELGES and @SOURCE AUDIO. I'm already using the NodeJS solution; a C API function was what I was looking for. (Windows RemoveDirectory() from "fileapi.h" cannot be used).
Meanwhile, J. Bernstein informed in the facebook group that no API function for that was made available.