Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

rename file server

Former Member
0 Kudos
202

Hi experts,

Can anyone help me in this

I want to select one file from application server and rename it in same location. Or copy the same file with another name

guide me friends

Regards

2 REPLIES 2
Read only

former_member196280
Active Contributor
0 Kudos
176

I am not sure of re-name but you can get the contents of yout file in to internal table, write it back to a new file name and once successfully written delete the old file name which works as a rename.

Regards,

SaiRam

Read only

0 Kudos
176

SaiRam's way is the only way without using OS commands.

matt