Jump to content

Copy a directory using WinAPIEx function


Recommended Posts

Hi Guys!

I'm trying to copy a folder from location A to location B. The DirCopy embedded function works great, but if the folder is large, my little program freeze, so that the user doesn't understand what's going on. I've found many solutions in this forum, but not for me.

So... All I want to do is delegate to someone the folder copy process... To Windows, obviously! :D

The API is a good solution I found... _WinAPI_CopyFileEx works like a charm, but it is for files only! :( I tried to insert a folder (with or without final /), but fails.

Is there an API functions for me? Please... help me!

:)

Reg.

Monica

PS

Attached code from help (_WinAPI_CopyFileEx)

 

prova.au3

Link to comment
Share on other sites

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...