realbasic-nug
[Top] [All Lists]

Folderitem Paths different on v3.1 and v4

To: realbasic-nug@lists.realsoftware.com
Subject: Folderitem Paths different on v3.1 and v4
From: Robert Lobsinger <robertlob@hughes.net>
Date: Tue, 30 Sep 2008 12:28:48 -0500
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com
Delivered-to: listarchive@realsoftware.com
In-reply-to: <mailman.2360.1222787231.3042.realbasic-nug@lists.realsoftware.com>
References: <mailman.2360.1222787231.3042.realbasic-nug@lists.realsoftware.com>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
List -

I'm getting a different folderitem path in 2008r4 than I get in 2008r3.1 for the following code line:

source = GetfolderItem("").Child("msmArchiveReader Libs")

In 2008r3.1 (which works) I get:
C:\Program Files\REALSoftware\RB2008BetaProjects\MiniStorage2008Betas \msmArchiveReader Libs

In 2008r4 (which doesn't work) I get:
C:\Program Files\REALSoftware\RB2008BetaProjects\MiniStorage2008Betas \DebugMiniStorage2008r5-RB08r4\msmArchiveReader Libs

The same code was tested in both RB versions with the Debug folder appearing in the same folder as the project code. The paths shown above are both absolute and shell path given in that version.

Why is the Debug folder stuck in the path on v4? This plays havoc with the "CopyFileOrFolder" method used a bit later in the code. Has something changed in v4 to cause this difference from v3.1?

Thanks,
Robert

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


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