kde_file_win.cpp File Reference
#include "kde_file.h"
#include <QtCore/QFile>
#include <errno.h>
#include <sys/utime.h>
#include <sys/stat.h>
#include <wchar.h>
Go to the source code of this file.
Namespaces |
namespace | KDE |
Defines |
#define | __MSVCRT_VERSION__ 0x601 |
#define | CONV(x) ((wchar_t*)x.utf16()) |
Functions |
int | KDE::access (const QString &path, int mode) |
int | KDE::chmod (const QString &path, mode_t mode) |
static int | kdewin_fix_flags (int flags) |
static int | kdewin_fix_mode_string (char *fixed_mode, const char *mode) |
int | KDE::lstat (const QString &path, KDE_struct_stat *buf) |
int | KDE::mkdir (const QString &pathname, mode_t) |
QString | mkdtemp_QString (const QString &_template) |
int | KDE::open (const QString &pathname, int flags, mode_t mode) |
int | KDE::rename (const QString &in, const QString &out) |
int | KDE::stat (const QString &path, KDE_struct_stat *buf) |
int | KDE::utime (const QString &filename, struct utimbuf *buf) |
Define Documentation
#define __MSVCRT_VERSION__ 0x601 |
#define CONV |
( |
x |
|
) |
((wchar_t*)x.utf16()) |
Function Documentation
static int kdewin_fix_flags |
( |
int |
flags |
) |
[static] |
static int kdewin_fix_mode_string |
( |
char * |
fixed_mode, |
|
|
const char * |
mode | |
|
) |
| | [static] |
For internal use only.
, from kdewin32 lib
Definition at line 35 of file kde_file_win.cpp.