> >Personally, I would ignore aliases using "Alias" to check if the file is an >alias. If it is alias, then do not add it to the list: > > for LN =1 to f.Count > if f.item(ln).visible and f.item(ln).name <> "." and f.item(ln).Alias = >False then > Me.addRow f.Item(ln).name > end if > next > > > > Well if I have images some where on my computer, say in desktop pictures or pictures used some where else, why make a second copy of it when you can just use alias.
Sometimes a user might want to keep there pictures in one spot but want to use theme in various locations so alias comes in handy. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
