Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 702 Bytes

pathio_writebufferasync_1948545232.md

File metadata and controls

29 lines (20 loc) · 702 Bytes
-api-id -api-type
M:Windows.Storage.PathIO.WriteBufferAsync(System.String,Windows.Storage.Streams.IBuffer)
winrt method

Windows.Storage.PathIO.WriteBufferAsync

-description

Writes data from a buffer to the file at the specified path or Uniform Resource Identifier (URI).

-parameters

-param absolutePath

The path of the file that the data is written to.

-param buffer

The buffer that contains the data to write.

-returns

No object or value is returned when this method completes.

-remarks

-examples

-see-also