Using FolderBrowserDialog on a Removable Device / Removable storage

前端 未结 3 1669
刺人心
刺人心 2021-01-19 10:01

I\'m working on a simple copy tool to copy files off digital cameras. I\'ve written the file copy code, I\'ve got everything hooked up nicely.

The issue I have seems

3条回答
  •  不要未来只要你来
    2021-01-19 10:49

    Is there a way to map the camera path to a drive letter? (I'm thinking something like "subst" or "net use" from a command prompt.) Maybe that would fool the FolderBrowserDialog into behaving as desired?

提交回复
热议问题