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: Austin Clow <dr_clow at mac dot com>
Date: Sat, 31 Jul 2004 15:30:34 -0500
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <S dot 0000334500 at mail dot tempel dot org> <4A74F5E6-E32F-11D8-9EFE-00039369B326 at kellerfarm dot com>
I was just looking for that one. And..
Yes for true trueitem, it can be used in complete replace of .item. (if you don't want it to resolve the aliases that is).

- Austin Clow

On Jul 31, 2004, at 3:22 PM, Andrew Keller wrote:

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>


_______________________________________________
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>