public void AppendText(String filename, String stringtoappend)
{
BufferedWriter bw = null;
try
{
bw = new BufferedWriter(new OutputStreamWriter(new FileOutputStream(filename, true), "UTF-8"));
bw.write(stringtoappend);
bw.newLine();
ret = true;
}
catch (IOException ex)
{
}
finally
{
if (bw != null)
{
bw.flush();
bw.close();
}
}
}
Kategorien
-
Neueste Beiträge
- Kartoffelsalat – Variante 2
- [SAP] Aktivierung des Material Ledgers (ML)
- GraphQL-Implementierung in PHP
- [SAP] MM Kontenfindung
- [SAP] Automatische Buchungen: Konto-Modifikation (KOMOK)
- [SAP] Kontenpflege
- Epstein-Barr-Virus steht im Verdacht, Multiple Sklerose auszulösen
- [ABAP] SAP Customer-Exits
- [RAP] Workshops about Development with ABAP Cloud
- [API] Übersicht zu APIs