On Mar 1, 2007, at 9:00 PM, Scott Crick (Lists) wrote: > On 3/1/07 9:36 PM, "Tim Jones" <[EMAIL PROTECTED]> wrote: > >> Does anyone know of a way to get the extension of a file that has its >> extension hidden in Finder? Native RB, MBS, or Declare would be >> great. > > The folderItem's .Name property will have the full name of a file > regardless > of the extension's visibility in the Finder. > > Even if the Finder only shows a filename as "lotsofwords", the .Name > property would still be "lotsofwords.txt", as an example.
Yep - Realized that just before I got your mail. I was using the .DisplayName property instead of the .Name property. Thanks, Tim -- Tim Jones [EMAIL PROTECTED] _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
