Create a write function that takes a full path filename and a pointer to the file contents, to be written. #4

Closed
opened 2018-12-09 14:03:48 +01:00 by Lerking · 1 comment
Lerking commented 2018-12-09 14:03:48 +01:00 (Migrated from github.com)
  • Create destination file, if it doesn't exist.
  • Open destination file for writing.
  • Write file contents from memory to destination file.
- [x] Create destination file, if it doesn't exist. - [x] Open destination file for writing. - [x] Write file contents from memory to destination file.
Lerking commented 2018-12-11 21:05:42 +01:00 (Migrated from github.com)

Write function added.

Write function added.
Sign in to join this conversation.
No description provided.