Scott Wheeler
wheeler at kde.org
Wed May 26 10:56:00 CEST 2010
On May 26, 2010, at 10:42 AM, Markus Wolters wrote:
>
> now the frames get removed. Unfortunately I have another related
> problem. The file to be written stays open for a long time. This may
> be easy (and embrassing for me) too, but how can I close it right
> after "file.save(2)" (I changed it that way)?
The file is automatically closed when it goes out of scope. (The
destructor calls fclose)
-Scott
More information about the taglib-devel
mailing list