writefile
Writes data to a specified file path.
Parameters
path
- path to the file that will be wrote to.data
- the data to be written into the file.
Example
Last updated
Writes data to a specified file path.
path
- path to the file that will be wrote to.
data
- the data to be written into the file.
Last updated