libfilezilla
Loading...
Searching...
No Matches
file.hpp File Reference

File handling. More...

#include "fsresult.hpp"
#include "libfilezilla.hpp"
#include "glue/windows.hpp"
#include <stdint.h>
Include dependency graph for file.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  file
 Lean class for file access. More...

Namespaces

namespace  fz
 The namespace used by libfilezilla.

Functions

result remove_file (native_string const &name, bool missing_file_is_error)
 remove the specified file.
file::creation_flags operator| (file::creation_flags lhs, file::creation_flags rhs)
file::creation_flagsoperator|= (file::creation_flags &lhs, file::creation_flags rhs)
rwresult read_file (fz::file &f, buffer &out, size_t max_size)
 Reads the entire source file and appends if to the buffer.

Detailed Description

File handling.