realbasic-betas.mbox
[Top] [All Lists]

Re: New FolderItem

To: REALbasic Betas <realbasic-betas at lists dot realsoftware dot com>
Subject: Re: New FolderItem
From: Marcus Bointon <marcus at synchromedia dot co dot uk>
Date: Sun, 30 Jun 2002 17:03:44 +0100
Sorry, please ignore the previous post - sent from the wrong address.

> In my limited testing,
> 
>   f = New FolderItem("blah")
> 
> seems to be no different in functionality than:
>   
>   f = GetFolderItem("blah")
> 
> And,
> 
>   f = New FolderItem("")
> 
> will return the path to the application, whereas
> 
>   f = GetFolderitem("")

I think you'll find that "new folderitem" is "newer" syntax, and probably
throws exceptions for error handling like new picture (just discussed on
here) does.

Marcus



<Prev in Thread] Current Thread [Next in Thread>
  • Re: New FolderItem, Marcus Bointon <=