System::IO::File::AppendAllText methode

File::AppendAllText method

Voegt de opgegeven string toe aan het opgegeven bestand met de opgegeven codering.

static void System::IO::File::AppendAllText(const String &path, const String &contents, const EncodingPtr &encoding=Text::Encoding::get_UTF8Unmarked())
ParameterTypeBeschrijving
padconst String&Het pad van het bestand waaraan de tekenreeks moet worden toegevoegd
inhoudconst String&De tekenreeks om naar het bestand te schrijven
encodingconst EncodingPtr&De te gebruiken tekenencodering

Zie ook