Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
Location
My.Computer.FileSystem.Drives Syntax
Dim result As System.Collections.ObjectModel.ReadOnlyCollection( _ Of System.IO.DriveInfo) = My.Computer.FileSystem.Drives
Description
The Drives property returns a collection of System.IO.DriveInfo objects that represents the available logical disk drives currently configured on the local workstation. Public Members
Each DriveInfo object in the returned collection has many useful members that provide information about each logical drive. See the GetDriveInfo entry in this chapter for a summary of the members of this object. Usage at a Glance
Related Framework Entries
See Also
CurrentDirectory Property, FileSystem Object, FindInFiles Method, GetDirectories Method, GetDirectoryInfo Method, GetDriveInfo Method, GetFileInfo Method, GetFiles Method, GetTempFileName Method |
Категории