Desktop

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Hi,

Can I get access to Desktop folder and do some actions with it (refress,
New folder/File, etc)

Thanks
 
* "Mike said:
Can I get access to Desktop folder and do some actions with it (refress,
New folder/File, etc)

\\\
Dim s As String = _
System.Environment.GetFolderPath(System.Environment.SpecialFolder.DesktopDirectory)
///

For the rest of the question, take a look at the classes in the
'System.IO' namespace.
 
Back
Top