Computer >> คอมพิวเตอร์ >  >> การเขียนโปรแกรม >> C#

GetLogicalDrives ใน C #


ในการรับดิสก์ไดรฟ์ทั้งหมดบนระบบ ให้ใช้เมธอด GetLogicalDrives() ใน C# -

Environment.GetLogicalDrives()

ใช้กับวิธีการเข้าร่วมเพื่อรับรายการไดรฟ์ลอจิคัลที่คั่นด้วยเครื่องหมายจุลภาค -

string.Join(",", Environment.GetLogicalDrives())

ตัวอย่าง

using System;
using System.IO;
namespace Demo {
   class Program {
      static void Main(string[] args) {
         Console.WriteLine(string.Join(",", Environment.GetLogicalDrives()));
      }
   }
}

ผลลัพธ์

/,/etc/resolv.conf,/etc/hostname,/etc/hosts,/run/secrets,/home/cg/root