Re: When is 'IsBrowseable' True?
From: Keith Miller (k.miller79_at_verizon.net)
Date: 03/16/05
- Next message: Torgeir Bakken \(MVP\): "Re: Call a batch file from a vbs script"
- Previous message: SpiritBoy: "Re: Call a batch file from a vbs script"
- In reply to: Christoph Basedau: "Re: When is 'IsBrowseable' True?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 16 Mar 2005 09:38:05 -0600
"Christoph Basedau" <e_tonne@hotmail.com> wrote in message news:42382f1d$0$1110$9b4e6d93@newsread2.arcor-online.net...
>
> There is actually *one* ShellSpecialFolder, which returns true
> for 'IsBrowsable'. This SSF is InternetExplorer (CSIDL_INTERNET = 1)
>
> Set objShell = CreateObject("Shell.Application")
> Set objFolder2 = objShell.NameSpace(1)
> Set objFolderItem = objFolder2.Self
> Msgbox objFolder2.Title & ".IsBrowsable? -> " & objFolderItem.IsBrowsable
>
>
> So IsBrowsable could mean something like: has no FolderItems, Is
> not FileSystem, but can be displayed by Shell.Explorer-Object.
>
Thanks for the info Christoph!
Keith
- Next message: Torgeir Bakken \(MVP\): "Re: Call a batch file from a vbs script"
- Previous message: SpiritBoy: "Re: Call a batch file from a vbs script"
- In reply to: Christoph Basedau: "Re: When is 'IsBrowseable' True?"
- Messages sorted by: [ date ] [ thread ]