Issue Details
I am using LabVIEW
Delete Function to programmatically delete an entire folder, as shown below:
The folder exists at the specified path and I have the privileges to access that folder (i.e., it is not read-only).
However, when running the VI I get the following error:
Error 8
Possible reason(s):
LabVIEW: File permission error. You do not have the correct permissions for the file
If I manually delete the files inside the folder, the LabVIEW VI runs without errors.
How can I solve the problem?