Write string content to output file. #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A module that is required to write the content generated from the DOM tree to an output file.
This module should be a part of the other file handler class.
It should accept a string
filepathand a stringcontent. Unless it makes more sense to receive a file handler itself, which is opened by the caller of the method. Either way is fine, since this will be used in a single way.Complete with the merging of #20