Dahlstrom, Roger wrote:
> only way I know how to do it is
>
> import os
> out = os.popen("dir SomethingThatDoesntExist")
> print out
The "vol" command was designed for this purpose:
out = os.popen("vol")
although GetVolumeInformation is a better way.
--
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.