Hello,
What command would I use to open the following folder directories for:
Computer/This PC (windows 7/Windows 10)
Libraries\documents
Libraries\Pictures
I know:
Run("Explorer.exe " & $filepath)
ShellExecute($filepath)
can be used to open folder locations when you type in the full directory such as "C:\Users\%username%\Documents" but I'm trying to figure out how to use these windows short paths.
Thanks,