1#ifndef QX_IO_COMMON_P_H
2#define QX_IO_COMMON_P_H
9#include "qx/io/qx-ioopreport.h"
17enum class Existance {Exist, NotExist, Either};
29IoOpReport handlePathCreation(
const QFileInfo& fileInfo,
bool createPaths);
31void matchAppendConditionParams(
WriteMode& writeMode, TextPos& startPos);
34void matchAppendConditionParams(
WriteMode& writeMode, Index<T>& startPos)
39 else if(writeMode ==
Append)
40 startPos = Index<T>(
Last);
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition qx-processwaiter.cpp:5
WriteMode
Definition qx-common-io.h:27
@ Append
Definition qx-common-io.h:27
@ Last
Definition qx-global.h:21
IoOpResultType
Definition qx-ioopreport.h:21
QFlags< WriteOption > WriteOptions
Definition qx-common-io.h:38
The qx-common-io header file provides various types, variables, and functions related to file IO.