libfilezilla
Classes | Namespaces | Functions
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

 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)
 

Detailed Description

File handling.