Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要编写 ac# 函数,它需要一个驱动器号(如C:\)并告诉我何时创建分区C:\(即格式化)。
C:\
有没有办法(通过 WMI,或通过 Win32,或通过 .NET)获取文件系统的创建日期?
您可以使用 WMI 来完成。看看 Win32_DiskPartition
也许你也可以使用 Win32_DiskDrive