Overload | Description |
---|---|
WriteAllBytes(IWritableFileInfo,Byte[]) | Writes binary data to a file in an abstract writable file provider. Does not append. |
WriteAllBytes(IWritableFileInfo,Byte[],Boolean) | Writes binary data to a file in an abstract writable file provider, specifying whether to append. |