View on GitHub

LiTools

Tools

Drives.GetDrivesInformation method

Get informaton of all drives in the system.

public static List<GetDrivesInformationReturnModel> GetDrivesInformation(
    bool getOnlyFixedDrives = false, bool getOnlyReadyDrives = true)
parameter description
getOnlyFixedDrives Show only fixed drives.
getOnlyReadyDrives Show only ready drives.

Return Value

GetDrivesInformationReturnModel as list.

See Also