[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
| Name | Description | |
|---|---|---|
| Path..::..SystemPaths | Protected CTor |
Properties
| Name | Description | |
|---|---|---|
| AllUserAppDataCurrent | Gets path of directory specific for current application taht should be used to store shared data | |
| AllUsersApplicationData | The directory that serves as a common repository for application-specific data that is used by all users. | |
| ApplicationData | Gets path of the directory that serves as a common repository for application-specific data that is used by the current, non-roaming user. | |
| Cookies | Gets path of user directory for Cookies | |
| Desktop | Gets path of Desktop of current user | |
| DesktopLogical | Gets path of logical desktop (possibly same as Desktop) | |
| Documments | Gets path of current user's Documents directory | |
| Favorites | Gets path of user directory for Favorites | |
| History | Gets path of user directory for History | |
| InternetCache | Gets path of user directory for Internet cache | |
| Music | Gets path of My Music directory of current user | |
| MyComputer | Path of the My Computer | |
| OS | Gets path of operating system directory (typically C:\Windows) | |
| Pictures | Gets path of MyMy Pictures directory of current user | |
| ProgramFiles | Gets path of the Program Files directory | |
| Programs | Gets path of Programs directory (In the Start menu) of current user | |
| Recent | Gets path of recent files directory | |
| SendTo | Gets path of sent to directory | |
| Start | Gets path of Start menu directory | |
| Startup | Gets path of startup directory | |
| System | Gets path of system directory (typically C:\Windows\System32) | |
| Temp | Returns the path of the current users's temporary folder. | |
| Templates | Gets path of templates directory | |
| UserAppDataCurrent | Gets path of directory specific for current application taht should be used to store user specific data |