Right now my script uses an absolute filepath for the output folder on the desktop of a known user, but what if I want to allow the script to work on the desktop of a user whose username I do not know?
Example - here's the line I'm currently using. It works fine, but will obviously only work for "John". I need to make it work with any potential username - Tom, Dick, Harry, and so on and so forth.
' Creating log repository
objFSO.CreateFolder "C:\Users\John\Desktop\Output"