[This is preliminary documentation and is subject to change.]

Wraps String into separet class representing path and allows operation with it

The Path..::..SystemPaths type exposes the following members.

Constructors

  NameDescription
Protected methodPath..::..SystemPaths
Protected CTor

Properties

  NameDescription
Public propertyStatic memberAllUserAppDataCurrent
Gets path of directory specific for current application taht should be used to store shared data
Public propertyStatic memberAllUsersApplicationData
The directory that serves as a common repository for application-specific data that is used by all users.
Public propertyStatic memberApplicationData
Gets path of the directory that serves as a common repository for application-specific data that is used by the current, non-roaming user.
Public propertyStatic memberCookies
Gets path of user directory for Cookies
Public propertyStatic memberDesktop
Gets path of Desktop of current user
Public propertyStatic memberDesktopLogical
Gets path of logical desktop (possibly same as Desktop)
Public propertyStatic memberDocumments
Gets path of current user's Documents directory
Public propertyStatic memberFavorites
Gets path of user directory for Favorites
Public propertyStatic memberHistory
Gets path of user directory for History
Public propertyStatic memberInternetCache
Gets path of user directory for Internet cache
Public propertyStatic memberMusic
Gets path of My Music directory of current user
Public propertyStatic memberMyComputer
Path of the My Computer
Public propertyStatic memberOS
Gets path of operating system directory (typically C:\Windows)
Public propertyStatic memberPictures
Gets path of MyMy Pictures directory of current user
Public propertyStatic memberProgramFiles
Gets path of the Program Files directory
Public propertyStatic memberPrograms
Gets path of Programs directory (In the Start menu) of current user
Public propertyStatic memberRecent
Gets path of recent files directory
Public propertyStatic memberSendTo
Gets path of sent to directory
Public propertyStatic memberStart
Gets path of Start menu directory
Public propertyStatic memberStartup
Gets path of startup directory
Public propertyStatic memberSystem
Gets path of system directory (typically C:\Windows\System32)
Public propertyStatic memberTemp
Returns the path of the current users's temporary folder.
Public propertyStatic memberTemplates
Gets path of templates directory
Public propertyStatic memberUserAppDataCurrent
Gets path of directory specific for current application taht should be used to store user specific data

See Also