Write contents of the string to a file, using a TCHAR filename
int writeTo(const TCHAR * fn, int fAppend = false);
DString Class