1. 程式人生 > >得到磁碟剩餘空間

得到磁碟剩餘空間

  [DllImport("kernel32.dll")]
  public static extern bool GetDiskFreeSpaceEx(
   string lpDirectoryName,
   out UInt64 lpFreeBytesAvailable,
   out UInt64 lpTotalNumberOfBytes,
   out UInt64 lpTotalNumberOfFreeBytes);