![]() |
libfilezilla
|
File handling. More...
Go to the source code of this file.
Classes | |
class | file |
Lean class for file access. More... | |
Namespaces | |
fz | |
The namespace used by libfilezilla. | |
Functions | |
result | remove_file (native_string const &name, bool missing_file_is_error) |
remove the specified file. More... | |
file::creation_flags | operator| (file::creation_flags lhs, file::creation_flags rhs) |
file::creation_flags & | operator|= (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. More... | |
File handling.