Summary: folderItem.copyFileTo copies to wrong folder in Win32
Product: REALbasic
ProductVersion: 4.5a9
Component: Application
Severity: Incorrect Functionality
CC: realbasic-dr at lists dot realsoftware dot com
Reproduce: dim src,dest as folderItem
src = GetFolderItem("C:\Windows\Desktop\FileA.txt")
dest = GetFolderItem("C:\Windows\FileB.txt")
src.copyFileTo dest
# at this point, the destination file ends up on the destkop too!
Reproducible: Always
OSVersion: 10.1.4
CPUType: PowerPC
SubmittedOn: 5/15/02 at 1:34 PM
REALbugsVersion: 1.4.2
Description: folderItem.copyFile to fails under Win32 and 4.5a9.
It actually copies the file to the same folder as the source item.
WorkaroundNotes:
Workaround: 0
|