02-13-2012 11:06 PM
Hi
Please suggest me how the Teststand can be used to detect the drive letter and path?
Thanks in advance
02-14-2012 01:23 AM
if you already have the path from using the Find() function, then you can use string function, such as Left(), to extract the drive letter from the beginning of the string.
if you want to detect if you have a USB drive or find where the CD drive is, then you will have to write a code module written in the programming language you have available, that is supported by TestStand.