Search results

  1. B

    Windows Explorer

    In order to have the Explorer open with a directory path containing comma, ensure that the foldername string is stored as quoted text, beginning and ending with ". To get the example mentioned to work, write strFolderName = """C:\Demo, Level1""" The Shell command string "Explorer.exe /e...
Back
Top Bottom