Hi all,
In my Clarion 6.3 application I need to recursively delete files and folders.
In Clarion 10 I can use:
REMOVE('C:\MyApp\MyData\TempfolderWithSubfolders\*.*',REMOVE:RECURSIVE)
This isn’t supported in Clarion 6.3, so I need to use the SHFileOperation API to recursively delete files and folders, but how?
Can somebody help me how to accomplish this with the SHFileOperation API?
Best regards and thank you,
Jeffrey