SpecialDirectories Members
.NET Framework 3.5
Provides properties for accessing commonly referenced directories.
The SpecialDirectories type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
AllUsersApplicationData | Gets a path name pointing to the application's data in the \Documents and Setting\All Users\ApplicationData directory. |
|
CurrentUserApplicationData | Gets a path name pointing to the CurrentApplicationData directory. |
|
Desktop | Gets a path name pointing to the Desktop directory. |
|
MyDocuments | Gets a path name pointing to the MyDocuments directory. |
|
MyMusic | Gets a path name pointing to the My Music directory. |
|
MyPictures | Gets a path name pointing to the My Pictures directory. |
|
ProgramFiles | Gets a path pointing to the Program Files directory. |
|
Programs | Gets a path name pointing to the Programs directory. |
|
Temp | Gets a path name pointing to the Temp directory. |