This is what I mean: cFirstname="F:\Backup\delphi.zip" cSecondname="F:\Backup\delphi2.zip" rename (cFirstname) TO (cSecondname)
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Coppens, Georges, FC (Provincialaat) Sent: woensdag 27 juli 2011 13:11 To: [email protected] Subject: RE: rename file Try using the full pathname in both source and destination -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Allen Sent: woensdag 27 juli 2011 13:07 To: [email protected] Subject: RE: rename file Nope, using vars not the actual filename Al -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of John Weller Sent: 27 July 2011 12:47 To: [email protected] Subject: RE: rename file Works fine for me. RENAME 'myfile1.txt' TO 'myfile2.txt' John Weller 01380 723235 07976 393631 [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

