Page 1 of 1

How to open local folder

Posted: 06 Oct 2017, 12:53
by Taku Izumi
Hi,

I want to open local folder(e.g. c:/temp) using Hyperlink extension.

I set this code to the OnClick property of Hyperlink extension but the local folder does not open.

Code: Select all

window.open('file:///c:/temp', 'aXes');

How to open local folder from aXes screen?

Regards,
Taku

Re: How to open local folder

Posted: 12 Oct 2017, 14:31
by jeanmichel
Hi,

This is not an axes specific question. I recommend you use the w3 schools website to check the reference for the windows.open() method
https://www.w3schools.com

Nevertheless I do not think this method can open a folder and it needs to specify a file such as file:///c:/temp/1.html