Re: copy files to newly created sub-folder


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Brian Levantine on October 16, 2006 at 18:19:06:

In Reply to: copy files to newly created sub-folder posted by Gerry B on October 16, 2006 at 13:22:53:

Several users have been doing this for some time. Recently we've had some problems with the CopyFile mnemonic, but it's fixed now (if your up to dat) and is just what you need for this problem. You probably already know how CopyFile works, but like some, you may have overlooked it ability to create the target folder. To make this happen, you just include the CF.MAKEDIR bit (1000h or 4096 decimal) in the flags parameter. If the target directory does not exist, it will be created for you. I suggest you checkout the program CopyFile in the DMW directory. It provides a handly test platform for CopyFile.


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]