Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>



Network file copy:
with WebCopy.Items.Add do begin URL := '\\machine\dir\webcopy.zip'; Protocol := wpFile; FileDate := EncodeDate(2002,3,18); CopyNewerOnly := true; TargetDir := 'c:\temp'; end; WebCopy.Execute;