#include "qglobal.h"
#include "qdir.h"
#include "qfileinfo.h"
#include "qfiledefs_p.h"
#include "qregexp.h"
#include "qstringlist.h"
#include <stdlib.h>
#include <ctype.h>
Go to the source code of this file.
#define FF_GETFIRST _findfirst |
#define FF_GETNEXT _findnext |
#define IS_HIDDEN _A_HIDDEN |
#define IS_RDONLY _A_RDONLY |
#define IS_SUBDIR _A_SUBDIR |
#define IS_SYSTEM _A_SYSTEM |
Definition at line 62 of file qdir_win32.cpp.
64 DWORD len = GetEnvironmentVariableW( ( LPCWSTR ) qt_winTchar ( name,
TRUE ), NULL, 0 );
68 LPWSTR
buf = (LPWSTR)
new WCHAR[ len ];
69 len = GetEnvironmentVariableW ( ( LPCWSTR ) qt_winTchar ( name,
TRUE ), buf, len );
75 QString ret = qt_winQString ( buf );
The QString class provides an abstraction of Unicode text and the classic C null-terminated char arra...
int qt_cmp_si |
( |
const void * |
, |
|
|
const void * |
|
|
) |
| |
Definition at line 1145 of file qdir.cpp.
1187 r = (
int)((
char*)n1 - (
char*)n2);
int compare(const QString &s) const
int secsTo(const QDateTime &) const
QDateTime lastModified() const
Definition at line 1010 of file qdir.cpp.
1016 int i = filter.
find( sep, 0 );
1017 if ( i == -1 && filter.
find(
' ', 0 ) != -1 )
1024 for ( ; it != lst.
end(); ++it ) {
The QString class provides an abstraction of Unicode text and the classic C null-terminated char arra...
The QChar class provides a light-weight Unicode character.
QString stripWhiteSpace() const
int find(QChar c, int index=0, bool cs=TRUE) const
static QStringList split(const QString &sep, const QString &str, bool allowEmptyEntries=FALSE)