realbasic-nug
[Top] [All Lists]

Re: Copying a folder

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Copying a folder
From: Andrew Keller <andrew at kellerfarm dot com>
Date: Sat, 31 Jul 2004 16:22:05 -0400
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <S dot 0000334500 at mail dot tempel dot org>
If you look at a "f" var that you've previously gotten using j.Item(idx), then it'll never be an Alias, because Item() would have already followed (resolved) the alias. Instead, you must make sure you're always using TrueItem in the loop. Then you'll get items that can be an Alias, so you can skip them.

Do you mean use f.TrueItem(index) as a replacement for f.Item(index) ? Do I use this whenever I do not want to resolve aliases?

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

Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>

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