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 | |
bool | remove_file (native_string const &name) |
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) |
File handling.