Having issues with a simple line of text.
Want to remove a folder from within My Documents. Let's say this folder is called 'MyFolder'. I can't for the life of me get it to work! I've tried DirRemove, FileDelete, FileMove
So, I'd like to try to do something simple like:
DirRemove(@DocumentsCommonDir & "MyFolder", 1)
or move it to the temp dir to be deleted from there.
Help would be greatly appreciated!