Hi All,
I have generate a file using forms application in Linux let's say "Employee_Data.txt" in Server side folder /app/data/reports/employee/Employee_Data.txt.
I want to copy or move this file to another folder in the same server another folder name is let's say employee_data like this /app/data/reports/employee_data.
I have tried using webutil_file.copy_file it is not working at all.
I have also tried using host command but not working at all.
How to copy or move the file from one folder to another using Oracle forms 10g or 12c ?