usually the desktop folder is something like:
C:\Users\username\Desktop\
is it possible to detect where the desktop folder is usin开发者_如何学Cg vb.net?
Quite simple:
Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory)
usually the desktop folder is something like:
C:\Users\username\Desktop\
is it possible to detect where the desktop folder is usin开发者_如何学Cg vb.net?
Quite simple:
Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory)
精彩评论