realbasic-betas.mbox
[Top] [All Lists]

folderItem.copyFileTo copies to wrong folder in Win32

To: REALbasic Betas <realbasic-betas at lists dot realsoftware dot com>
Subject: folderItem.copyFileTo copies to wrong folder in Win32
From: "Mike D." <md at xochi dot com>
Date: Wed, 15 May 2002 13:34:51 -0700
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



<Prev in Thread] Current Thread [Next in Thread>