Create a function that takes a full path filename as its input, reads the file and calls a write function. #3

Closed
opened 2018-12-09 13:58:29 +01:00 by Lerking · 1 comment
Lerking commented 2018-12-09 13:58:29 +01:00 (Migrated from github.com)
  • Open file for reading.
  • Read file contents into memory.
  • Call a write function with a destination and the file contents.
- [x] Open file for reading. - [x] Read file contents into memory. - [x] Call a write function with a destination and the file contents.
Lerking commented 2018-12-11 21:01:31 +01:00 (Migrated from github.com)

Read function added.

Read function added.
Sign in to join this conversation.