I have the code below that creates a temporary folder. However, I have noticed that the folder attribute is set to read-only, which prevents me from deleting it at the end of the script. What am I missing?
DirCreate ("C:\_WL")
I have the code below that creates a temporary folder. However, I have noticed that the folder attribute is set to read-only, which prevents me from deleting it at the end of the script. What am I missing?
DirCreate ("C:\_WL")