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

deleting file from application server

Former Member
0 Likes
515

can any one tell me how to delete file from application server?

can any one tell me how to delete file from application server?

3 REPLIES 3
Read only

Former Member
0 Likes
483

Hi,

Use statement

  delete dataset 'tmpfile.txt'.

\tmp\file.txt is the file path on application server which you want to delete.

Regards

Sailaja.

Read only

alex_m
Active Contributor
0 Likes
483

You can use DELETE DATASET with target path.

Read only

Former Member
0 Likes
483

Hi

Good

Try DELETE DATASET <dataset name> .

or use FM EPS_DELETE_FILE

Regards

Tushar