#include <win32_misc.h>
Definition at line 330 of file win32_misc.h.
winLocalFileScope::winLocalFileScope |
( |
| ) |
|
|
inline |
winLocalFileScope::winLocalFileScope |
( |
const char * |
inPath, |
|
|
file::ptr |
inReader, |
|
|
abort_callback & |
aborter |
|
) |
| |
|
inline |
Definition at line 336 of file win32_misc.h.
337 open( inPath, inReader, aborter );
void open(const char *inPath, file::ptr inReader, abort_callback &aborter)
winLocalFileScope::~winLocalFileScope |
( |
| ) |
|
|
inline |
void winLocalFileScope::close |
( |
| ) |
|
void winLocalFileScope::open |
( |
const char * |
inPath, |
|
|
file::ptr |
inReader, |
|
|
abort_callback & |
aborter |
|
) |
| |
Definition at line 180 of file win32_misc.cpp.
182 if (inPath != NULL) {
198 if (inReader.is_empty()) {
203 file::ptr writer =
fileOpenWriteNew( PFC_string_formatter() <<
"file://" << tempPath, aborter, 1.0 );
204 file::g_transfer_file( inReader , writer, aborter );
bool _extract_native_path_ptr(const char *&p_fspath)
string_wide_from_utf8_t string_wide_from_utf8
void winPrefixPath(pfc::string_base &out, const char *p_path)
file_ptr fileOpenWriteNew(const char *p_path, abort_callback &p_abort, double p_timeout=0)
file_ptr fileOpenReadExisting(const char *p_path, abort_callback &p_abort, double p_timeout=0)
PFC_NORETURN void SHARED_EXPORT uBugCheck()
BOOL SHARED_EXPORT uGetTempPath(pfc::string_base &out)
void add_filename(const char *fn)
const wchar_t* winLocalFileScope::Path |
( |
| ) |
const |
|
inline |
bool winLocalFileScope::m_isTemp |
|
private |
std::wstring winLocalFileScope::m_path |
|
private |
The documentation for this class was generated from the following files: