March 2002
Intermediate to advanced
864 pages
31h 8m
English
Environment.SpecialFolder
This enumeration is used by the
Environment.GetFolderPath() method to
allow you to retrieve the physical path of commonly used system
(or “special”) folders, including everything from the Internet
cache to the Start menu.
public enum Environment.SpecialFolder { Programs = 2, Personal = 5, Favorites = 6, Startup = 7, Recent = 8, SendTo = 9, StartMenu = 11, DesktopDirectory = 16, Templates = 21, ApplicationData = 26, LocalApplicationData = 28, InternetCache = 32, Cookies = 33, History = 34, CommonApplicationData = 35, System = 37, ProgramFiles = 38, CommonProgramFiles = 43 }
Object→ValueType→Enum(IComparable, IFormattable, IConvertible)→SpecialFolder