D
Dustin Davis
This might be a pipe dream, but here goes...
I'm writing an application many users will be working on and saving
files to USB flash drives. When they click the save button, I would like
to have the default save path be the flash drive, if one exists. The
best solution I can thing of is to assume the drive will be E:\ and put
that in a Try/Catch to have that be the default path.
Does anyone know of a better solution that this can be accomplished in
VB.NET?
(I'm using VB.NET 2005)
Thanks,
Dustin
I'm writing an application many users will be working on and saving
files to USB flash drives. When they click the save button, I would like
to have the default save path be the flash drive, if one exists. The
best solution I can thing of is to assume the drive will be E:\ and put
that in a Try/Catch to have that be the default path.
Does anyone know of a better solution that this can be accomplished in
VB.NET?
(I'm using VB.NET 2005)
Thanks,
Dustin