cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
See how to use to use Text Explorer to glean valuable information from text data at April 25 webinar.
Choose Language Hide Translation Bar
View Original Published Thread

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!