cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
New to using JMP? Hit the ground running with the Early User Edition of Discovery Summit. Register now, free of charge.
Register for our Discovery Summit 2024 conference, Oct. 21-24, where you’ll learn, connect, and be inspired.
Choose Language Hide Translation Bar
Stokes
Level IV

Use JSL to move files on disk from one folder to another

Can JSL be used to open and find files on diskdrive?
Then move from 1 file to another.

For exaple, use JSL to find folder name =1, then put this folder into folder name=2. 

Stokes_0-1674512710897.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: Use JSL to move files on disk from one folder to another

The functions

     Move File

and

     Move Directory

is used to do such moves.  Documentation and examples can be found in the Scripting Index

Jim

View solution in original post

2 REPLIES 2
txnelson
Super User

Re: Use JSL to move files on disk from one folder to another

The functions

     Move File

and

     Move Directory

is used to do such moves.  Documentation and examples can be found in the Scripting Index

Jim
Stokes
Level IV

Re: Use JSL to move files on disk from one folder to another

This is great, will try to play with these func.

Thanks