property ExShellView.SpecialFolder (SpecialFolder as SpecialFolderPathConstants) as ExShellFolder
Retrieves a Folder object given a special folder constant.

 TypeDescription 
   SpecialFolder as SpecialFolderPathConstants A constant value that is used to determine path so specific shell folder  
   ExShellFolder An ExShellFolder object that specifies the special folder.  
Windows OS has several folders that are called 'shell folders'. For example, those are 'Program files','Recycle Bin', etc. Since these folders may be different among different PC's, this property is used to determine path to such folders on a local computer. Using this value, instead of constant path ensures portability of your software among different Windows OS'es. Use the BrowseFolder property to browse for another folder.


Send comments on this topic.
© 1999-2012 Exontrol.COM, Software. All rights reserved.