public static bool IsDriveExists(string letter) { return new DriveInfo(letter).DriveType != (DriveType.NoRootDirectory | DriveType.Unknown); }