Tom
11-18-2002, 01:35 PM
I have this code that copies 1 file to another, with an editbox so you can specify the new filename heres what i have...
F.pFrom := 'A:\File.txt';
F.pTo := C:\NameEdit.Text';
The problem is, that i need to know how to put NameEdit.Text into the F.pTo
Thanks for any help...
F.pFrom := 'A:\File.txt';
F.pTo := C:\NameEdit.Text';
The problem is, that i need to know how to put NameEdit.Text into the F.pTo
Thanks for any help...