Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to rename a file without using tFileCopy

how to rename a file without using tFileCopy ?

Labels (2)
1 Solution

Accepted Solutions
fdenis
Master
Master

on windows file system
ren file1 file2
or
move /Y file1 file2

View solution in original post

3 Replies
fdenis
Master
Master

you can use a tSystem or tssh.
Anonymous
Not applicable
Author

@fdenis 

can you please elaborate how rename can be done using tSyetem ?

fdenis
Master
Master

on windows file system
ren file1 file2
or
move /Y file1 file2