I want to send out a numebr of CDs to my local football team community club.
I would like to have the files download to the My Documents folder of their pcs.
tried using this but whilst the message flashes up - the actual copying does not take place. Sure I am missing something and wonder if someone can point me please?
Here is what I am using:
File.Copy("AutoPlay\\Videos\\ourgoal-1.wmv", "C:\\%MyDocumentsDir%.\\", true, true, false, true, nil);
StatusDlg.Hide();
result = Dialog.Message("File copied", "To view this video please navigate to your My Documents folder", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
I would like to have the files download to the My Documents folder of their pcs.
tried using this but whilst the message flashes up - the actual copying does not take place. Sure I am missing something and wonder if someone can point me please?
Here is what I am using:
File.Copy("AutoPlay\\Videos\\ourgoal-1.wmv", "C:\\%MyDocumentsDir%.\\", true, true, false, true, nil);
StatusDlg.Hide();
result = Dialog.Message("File copied", "To view this video please navigate to your My Documents folder", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
Comment