IFileSystem.ReadAllBytes method
Reads all bytes from the file at the specified path.
public byte[] ReadAllBytes(string path)
| parameter | description |
|---|---|
| path | The path of the file. |
Return Value
The bytes read from the file.
See Also
- interface IFileSystem