MAK89
9 years agoOccasional Contributor
How to open desired folder hierarchy from local system without using name mapping ?
How to open desired folder hierarchy from local system without using name mapping ?
- 9 years ago
Hi,
I believe this is because the path contains a space.
Try something like this (note quotes around the path):
Sys.OleObject("WScript.Shell").Run("explorer ""C:\Users\manas\Documents\TestComplete 11 Projects\ProjectSuite1""");