Open a Windows 7 Library in Windows Explorer

前端 未结 6 1011
星月不相逢
星月不相逢 2020-12-21 02:10

How do I open a Windows 7 Library like Documents, Pictures, Music, Videos and all other custom libraries from my app?

6条回答
  •  旧时难觅i
    2020-12-21 02:26

    Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);

    Replace MyDocuments with what ever folder you need, look in the enum to see which ones there are.

提交回复
热议问题