Emma wants to create a very simple program. It should take as input a string containing a certain path, and then it should use the correct function from the filepath package to return a string with the absolute representation of the path and an error.
Below is the code Emma has written so far: