|
Previous Top Next |
Prototype: | (String pPath, Long pLocal, Long pGlobal),Long,PROC |
pPath | Partial path |
pLocal | Local CSIDL value, such as IT_CSIDL_PERSONAL |
pGlobal | Global CSIDL value, such as IT_CSIDL_COMMON_APPDATA |
Returns | Returns number of files copied |
This mehod is really the only method that you need to use to set up copying files from one place to the other. See the CopyTheFiles routine in the TestSetupBuilderClass procedure in the UtilDemo.app in your "Clarion\3rdParty\Examples\ITUtilities" folder.
Example:
CopyTheFiles ROUTINE
If Loc:LocalCSIDLNumber And Loc:GlobalCSIDLNumber
ITS.FinishInstall(Loc:PartialPath,Loc:LocalCSIDLNumber,Loc:GlobalCSIDLNumber)
End
See also: