FileCopy if for copying individual files, FileCopyEx is for copying multiple files using file masks. Of cource it can be used to copy single files, but that's not the purpose. The last parameter in FileCopyEx has numeric datatype (not a boolean) and it returns number of files that have have been copied to the specified destination directory. : they are the same, except for the addition of a boolean return value ? : In experiments, fileCopy works in copying the file and renaming at the same : time. : FileCopyEX will copy the file (no rename, just to the directory) BUT the : boolean will always trgger as zero / false. : I can verify the file is copied... why would it list as false ? : s
|