Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows FileCopy
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00351014
Message ID:
00351063
Views:
24
>>>There are a bunch of optional flags that can be included as a second parameter to indicate whether you want various dialogs, recursion, etc. The values are defined in SHELLAPI.H
>>
>>Right. It's too bad that the values for the flags parameter aren't found in the help Shell Object help file.
>
>You mean:
>
#define FOF_MULTIDESTFILES         0x0001
>#define FOF_CONFIRMMOUSE           0x0002
>#define FOF_SILENT                 0x0004  // don't create progress/report
>#define FOF_RENAMEONCOLLISION      0x0008
>#define FOF_NOCONFIRMATION         0x0010  // Don't prompt the user.
>#define FOF_WANTMAPPINGHANDLE      0x0020  // Fill in SHFILEOPSTRUCT.hNameMappings
>                                      // Must be freed using SHFreeNameMappings
>#define FOF_ALLOWUNDO              0x0040
>#define FOF_FILESONLY              0x0080  // on *.*, do only files
>#define FOF_SIMPLEPROGRESS         0x0100  // means don't show names of files
>#define FOF_NOCONFIRMMKDIR         0x0200  // don't confirm making any needed dirs
>#define FOF_NOERRORUI              0x0400  // don't put up error UI
>#define FOF_NOCOPYSECURITYATTRIBS  0x0800  // dont copy NT file Security Attributes
>

these?

Yep! And the applicable version information is in the help file (Shellcc.chm, I think).
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform