Ejemplo n.º 1
0
 /// <summary>
 /// Appends the given <paramref name="value"/> in UTF-8 format to the given
 /// <paramref name="relativePath"/>.
 /// </summary>
 public static ValueTask AppendUtf8StringAsync(this IFileManager dataFiles, string relativePath, string value)
 => dataFiles.AppendBytesAsync(relativePath, value.GetBytes());