#include "qplatformdefs.h"
#include "private/qabstractfileengine_p.h"
#include "private/qfiledevice_p.h"
#include "private/qfsfileengine_p.h"
#include "qfilesystemengine_p.h"
#include <qdebug.h>
#include "qfile.h"
#include "qdir.h"
#include "qvarlengtharray.h"
#include "qdatetime.h"
#include "qt_windows.h"
#include <sys/types.h>
#include <direct.h>
#include <winioctl.h>
#include <objbase.h>
#include <shlobj.h>
#include <accctrl.h>
#include <initguid.h>
#include <ctype.h>
#include <limits.h>
#include <stdio.h>
#include <security.h>
Go to the source code of this file.
◆ PATH_MAX
#define PATH_MAX FILENAME_MAX |
◆ SECURITY_WIN32
◆ isDriveReady()
static bool isDriveReady |
( |
const wchar_t * |
path | ) |
|
|
inlinestatic |
◆ isUncPath()
static bool isUncPath |
( |
const QString & |
path | ) |
|
|
inlinestatic |