I need to tell Delphi to copy a file to the server's file folder (a "shared" folder with shared access):
For example:
COPY THIS FILE "C:\Documents and Settings\John\Desktop\Artw
ork.pdf"
TO THIS PLACE: Z:\Files\Artwork.pdf
OR THIS PLACE: \\EXAMPLE\\Files\Artwork.p
df
THINGS TO CONSIDER:
* There may be large files so the user needs to know the progress - even if it's the windows animation
* The operating systems may vary from: Win95, Win98, ME, NT, XP, Vista, (all the NT operating systems and 98)
* Because of networking issues it would probably be best to "let windows handle the transfer"
Some working code would be very much appreciated!
It would also help a lot of I can create a folder with the transfer at the same time without prompting for confirmation: EXAMPLE:
Source file: C:\Artwork.pdf
Destination file: Z:\Files\NewFolder\Artwork
.pdf <--- the folder "NewFolder" was created.
Start Free Trial