T
TheJkWhoSaysNi
Guest
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 + '.txt';
Why wont that work? it gives me an error on the To line...
Thanks for any help...
F.pFrom := 'A:\File.txt';
F.pTo := 'C:\' + NameEdit.Text + '.txt';
Why wont that work? it gives me an error on the To line...
Thanks for any help...