cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar

File rename

Hi,

Is there a way of renaming a file within JSL? (i.e. DOS ren command)

Tnx
2 REPLIES 2
mattf
Level V

Re: File rename

On Windoze, JMP 8 or greater, here is an example with copyfile and movefile (for rename). LoadDll function makes it easy.

Best,
-Matt

Re: File rename

I won't say it's easy, but it works... I sure hope SAS will add file manipulation functions to JSL in the future to make life easier.

Tnx!

Recommended Articles