ExShellFolder object
Contains information about a folder. The ExShellFolder object holds information about a shell folder. This information includes the name, the path, and the ID of the contained shell folder. The BrowseFolder property retrieves a ExShellFolder object that contains information about browsed shell folder. The ID property returns a unique identifier generated by Windows that represents this Folder object. This identifier is used by Windows to represent any shell object. The Name property holds the name of the folder and the path represents the path of the folder.

NameDescription
IDRetrieves the Folder's ITEMIDLIST
NameRetrieves the name of the object.
PathRetrieves the full path of the source.