Hi all,

I have a problem. I am trying to list all the drives a user has (including the path). I have found this example posted by Shawn which lists the drive letters..

break on$ascii = 67 ; "C"
while $ascii < 91 ; "Z"
$drive = chr($ascii)+":"
if exist ( $drive )
?"Drive $drive"
endif
$ascii=$ascii+1loopexit

..but I need to display the full drive path.

Any Ideas??

Many thanks

------------------
Lee
Kemira Agro UK Ltd.