I'm working on an application that runs off of a thumb drive. The very first step in the application is to select the drive letter of the thumb drive. That populates a variable which is used throughout the program to note various paths on the thumb drive.
Is there a way to code this in C# to automatically see the drive letter that the thumb drive represents and therfore auto populates that Drv variable?
Thanks,
Hendo