I'm sure I'm not the 1st to encounter this, but I'd like to be able to copy a folder from one location to another and have all its contents (which could include nested folders) in VFP6.
I know the COPY FILE function exists, but I don't want to have to figure out does this folder have other folders and do they have folders, etc. and then copy each file from each folder. VB has a COPYFOLDER function (I think is the name of it) which will do what I want. I thought maybe the WIN32API would have one but I couldn't find it.
Does anyone know of a system call or an existing utility/code that I can access/use in VFP 6 which would provide this feature?
Thanks in advance for any/all help.
Cheers ;-)
I know the COPY FILE function exists, but I don't want to have to figure out does this folder have other folders and do they have folders, etc. and then copy each file from each folder. VB has a COPYFOLDER function (I think is the name of it) which will do what I want. I thought maybe the WIN32API would have one but I couldn't find it.
Does anyone know of a system call or an existing utility/code that I can access/use in VFP 6 which would provide this feature?
Thanks in advance for any/all help.
Cheers ;-)