file
read_to_vec
Parmeters: ptr Array path, ptr Vector vec
Reads the whole contents of the file path
and writes them to vec
This function requres Heap
write_file
Parameters: ptr Array path, ptr Array contents
Writes the contents of contents
to the file path