I have created a local windows filepath that is dynamic based on the user.
C:\Users\%USERPROFILE%\rest_of_filepath
This path works perfectly on my local machine, but when I email it to someone else, they get this error:
We can't find 'C:\Users\%USERPROFILE%\rest_of_path'. Please make sure you are suing the correct location or web address.
How to I get it to work for the others I am sending it to?