Hi,
I want to delete a file on the desktop but want to do it without specifying the \user\ directory.
I'm using
How do I designate the desktop as the directory to delete Docs.pdf from?
Any help would be appreciated as usual
John
I want to delete a file on the desktop but want to do it without specifying the \user\ directory.
I'm using
Code:
CreateObject("WScript.Shell").SpecialFolders("Desktop") & "\Docs.pdf"
How do I designate the desktop as the directory to delete Docs.pdf from?
Any help would be appreciated as usual
John