[Interest] equivalent of python glob
Thiago Macieira
thiago.macieira at intel.com
Fri Aug 23 17:03:22 CEST 2019
On Friday, 23 August 2019 07:38:56 PDT Bob Hood wrote:
> e.g., QDirIterator iter(base_folder, QStringList() << "*.*", QDir::Files,
> QDirIterator::Subdirectories);
"*.*" is "all files containing a dot" (and not in the first character) and the
vast majority of files in /usr/bin don't.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel System Software Products
More information about the Interest
mailing list