Function
open
Opens a file.
Include Headers
seqan/file.h
Parameters
|  An external string. | |
|  A File object. Types:  File | |
|  C-style character string containing the file name. | |
|  The combination of flags defining how the file should be opened. Default:  Remarks: To open a file read-only, write-only or to read and write use   To create or overwrite a file add   To append a file if existing add   To circumvent problems, files are always opened in binary mode. | 
Return Values
 A bool  which is true  on success.
SeqAn - Sequence Analysis Library - www.seqan.de