cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
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