Copying HTML page along with the images from it. [modified]
-
Hi all. In my application I am trying to copy an html page from one temp location to another location specified by user. I am using CopyFile() API to copy html pages. But I need to explicitly carryout the image copying along with the .html page copying. Is there any other API which copies all the images from particular html pages implicitly when I copy that html page? Thanks -- modified at 3:27 Wednesday 18th April, 2007 -- modified at 3:28 Wednesday 18th April, 2007
Sameer Thakur
-
Hi all. In my application I am trying to copy an html page from one temp location to another location specified by user. I am using CopyFile() API to copy html pages. But I need to explicitly carryout the image copying along with the .html page copying. Is there any other API which copies all the images from particular html pages implicitly when I copy that html page? Thanks -- modified at 3:27 Wednesday 18th April, 2007 -- modified at 3:28 Wednesday 18th April, 2007
Sameer Thakur
What happen if you use of
SHFileOperation
?
WhiteSky