/**
@class wxFFile
- @wxheader{ffile.h}
wxFFile implements buffered file I/O.
The descriptor should be already opened and it will be closed by wxFFile object.
*/
- void Attach(FILE* fp);
+ void Attach(FILE* fp, const wxString& name = wxEmptyString);
/**
Closes the file and returns @true on success.