Renaming external files
Hi,
I've been using utl_file to read and write from external data files, is there an easy way to simply rename them?
The only method I can think of is to open the old file then read it line by line into a second file handle opened with my new desired file name.. but that seems rather uneccessary. Any suggestions would be appreciated, thanks.
- Jaime