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.
我正在尝试使用 Qt 列出 Mac Osx 中的所有别名文件。我正在使用以下功能:
QString QDir::fromNativeSeparators ( const QString & pathName )
通过指定目录的相对路径。它仅列出普通文件并跳过别名。
请让我知道是否有更好的方法来使用 Qt 列出普通文件和别名文件。
使用 QDirIterator,Qt 文档在这里:
http://doc.qt.io/qt-4.8/qdiriterator.html