SpecialDirectories Members
.NET Framework 3.0
Provides properties for accessing commonly referenced directories.
The following tables list the members exposed by the SpecialDirectories type.
| 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. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (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) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Reference
SpecialDirectories ClassMicrosoft.VisualBasic.FileIO Namespace
Other Resources
My.Computer.FileSystem.SpecialDirectories ObjectMy.Computer.FileSystem.SpecialDirectories Object Members
My.Computer.FileSystem.SpecialDirectories.AllUsersApplicationData Property
My.Computer.FileSystem.SpecialDirectories.CurrentUserApplicationData Property
My.Computer.FileSystem.SpecialDirectories.Desktop Property
My.Computer.FileSystem.SpecialDirectories.MyDocuments Property
My.Computer.FileSystem.SpecialDirectories.MyMusic Property
My.Computer.FileSystem.SpecialDirectories.MyPictures Property
My.Computer.FileSystem.SpecialDirectories.Programs Property
My.Computer.FileSystem.SpecialDirectories.Temp Property
My.Computer.FileSystem Object