Skip to content

Commit 34247c8

Browse files
authored
Update pathio_writebytesasync_1599878576.md to say it writes the entire buffer, not just a single byte
The documentation description is clearly wrong -- obviously a method "WriteBytes" that takes an array will write all of the bytes, not just one.
1 parent c759a06 commit 34247c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

windows.storage/pathio_writebytesasync_1599878576.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public Windows.Foundation.IAsyncAction WriteBytesAsync(System.String absolutePat
1010
# Windows.Storage.PathIO.WriteBytesAsync
1111

1212
## -description
13-
Writes a single byte of data to the file at the specified path or Uniform Resource Identifier (URI).
13+
Writes an entire array of bytes of data to the file at the specified path or Uniform Resource Identifier (URI).
1414

1515
## -parameters
1616
### -param absolutePath

0 commit comments

Comments
 (0)