#include "qglobal.h"
#include "qfile.h"
#include "qfiledefs_p.h"
Go to the source code of this file.
Definition at line 46 of file qfile_win32.cpp.
50 #if defined(__CYGWIN32_) 55 return ( _waccess( (
wchar_t*) str.
ucs2(),
t ) == 0 );
static void reslashify(QString &n)
The QString class provides an abstraction of Unicode text and the classic C null-terminated char arra...
const unsigned short * ucs2() const
static QCString encodeName(const QString &fileName)
static void reslashify |
( |
QString & |
n | ) |
|
|
static |