| 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> |
|---|---|---|
| ||
| Previous by Date: | Re: Counting Lines of Code, James Milne |
|---|---|
| Next by Date: | Re: Counting Lines of Code, Jarvis Badgley |
| Previous by Thread: | Re: Copying a folder, Thomas Tempelmann |
| Next by Thread: | Re: Copying a folder, Austin Clow |
| Indexes: | [Date] [Thread] [Top] [All Lists] |