Explore CDRoms with TShellTreeView

From: La Mygale (sorry_at_nospam.org)
Date: 03/25/05


Date: Fri, 25 Mar 2005 16:41:11 +0100

Hello.
I use Delphi 7.

When I explore any drive with TShellTreeView or TShellListView
components, I retrieve the full path in the variable "PathName" except
when the drive is a CDRom drive. In this case, PathName returns the
first directory level only (eg. "F:\Pictures" instead of
"F:\Pictures\2004\Christmas").
Weird : on virtual devices (eg. mounted ISO images), the returned path
is correct.

Does anyone know how I could manage this ?
Thanks
LM