Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
Location
My.Computer.FileSystem.SpecialDirectories.Desktop Syntax
Dim result As String = My.Computer.FileSystem. _ SpecialDirectories.Desktop
Description
The Desktop property returns the full path name to the Desktop folder for the current user on the local workstation. Usually, this directory is found at C:\Documents and Settings\user\Desktop, but it may vary from system to system. Usage at a Glance
Related Framework Entries
See Also
AllUsersApplicationData Property, CurrentUserApplicationData Property, MyDocuments Property, MyMusic Property, MyPictures Property, ProgramFiles Property, Programs Property, SpecialDirectories Object, Temp Property |
Категории