PLearn 0.1
|
#include "openFile.h"
#include <nspr/prio.h>
#include <plearn/io/fileutils.h>
#include <plearn/io/PrPStreamBuf.h>
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
PStream | PLearn::openFile (const PPath &filepath_, PStream::mode_t io_formatting, const string &openmode, bool err_if_dont_exist, bool make_dirs) |
Given a filename, opens the file and returns a PStream that can be used to read and/or write to the file. |
Definition in file openFile.cc.