简体   繁体   English

如何在Qt中获取SD卡的文件系统格式?

[英]How to get the file system format of an SD Card in Qt?

I am new in Qt. 我是Qt新手。 I am working on an app where I need to display the file format(eg FAT32, NTFS) of the SD card that is connected to my PC. 我在一个需要显示与我的PC连接的SD卡的文件格式(例如FAT32,NTFS)的应用程序上工作。

Is their a Qt API that can help me achieve the result??? 他们的Qt API可以帮助我达到目标吗???

Thanks you :) 谢谢 :)

Nope. 不。 For that you have to ask the OS. 为此,您必须询问操作系统。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM