Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 650 Bytes

pathio_writebytesasync_1599878576.md

File metadata and controls

29 lines (20 loc) · 650 Bytes
-api-id -api-type
M:Windows.Storage.PathIO.WriteBytesAsync(System.String,System.Byte[])
winrt method

Windows.Storage.PathIO.WriteBytesAsync

-description

Writes a single byte of data to the file at the specified path or Uniform Resource Identifier (URI).

-parameters

-param absolutePath

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

-param buffer

An array of bytes to write.

-returns

No object or value is returned when this method completes.

-remarks

-examples

-see-also