Is there an simpler way to determine the disk drive your application is running on than using something like App.Path and then just taking the first four characters on the left?
VB Code:
strPath = App.Path strPath = Left(strPath, 4)
|
Results 1 to 2 of 2
Threaded View
|
Click Here to Expand Forum to Full Width |