cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
Andyon98
Level II

How would I browse and select files through JSL code?

I have a button but I want to be able to click it and browse and select files (.jmp) how would I do this?

Also, is there a way that you can programmatically convert one file type to another?
1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: How would I browse and select files through JSL code?

Pick Directory and Pick File most likely will help you do what you want (see Scripting Index)

jthi_0-1655026996922.png

Converting can be done usually by just using Save (or Save As). Again see Scripting Index

jthi_1-1655027075027.png

 

-Jarmo

View solution in original post

1 REPLY 1
jthi
Super User

Re: How would I browse and select files through JSL code?

Pick Directory and Pick File most likely will help you do what you want (see Scripting Index)

jthi_0-1655026996922.png

Converting can be done usually by just using Save (or Save As). Again see Scripting Index

jthi_1-1655027075027.png

 

-Jarmo