R
Rob R. Ainscough
FSO appears to provide more information -- specifically about the type of drive (i.e. floppy vs. hard drive vs. network drive vs. removable drive i.e. CD-ROM/DVD) than the System.IO .NET framework approach unless I just can't find the properties and/or method I need to get the information about a drive?
I'm trying to use
System.IO.Directory.GetLogicalDrives
I get the drives, but I can't seem to get any info about the drive like I could get with the FSO (File System Object) approach I used in VB6.
Thanks, Rob.
I'm trying to use
System.IO.Directory.GetLogicalDrives
I get the drives, but I can't seem to get any info about the drive like I could get with the FSO (File System Object) approach I used in VB6.
Thanks, Rob.