cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Is it possible to navigate to the path in the windows explorer by command ?

rashmi-a
Explorer
0 Kudos
445

My requirement is to run a file which is in a fixed folder in windows explorer ( I have a path predefined example : c:/mypc/desktop/abc ) It's an application. Is there a way to provide the path in windows explorer to reach the target folder?

I have provided the path in the quick access bar in windows explorer. using set command. But it is not working.

Accepted Solutions (1)

Accepted Solutions (1)

ylazrak
Participant

ctx.shellexec('explorer', yourPath);

Answers (0)