This applies for windows only:
Or try
%APPDATA%\..\Local\College Life
The %...% are system-variables. You cannot click them, but you can type them in.
Start the explorer, and choose the above directory by typing. you can even C&P from here.
The %APPDATA% links to [Some Path]\AppData\Roaming
any .. directory leads to its own parent. Therefore there is no C:\.. (ok, windows links to a list of all known volumes)
So %APPDATA%\.. to its parent [Some Path]\AppData\
In my settings I found an even better variable:
LOCALAPPDATA=C:\Users\[Username]\AppData\Local
So try %LOCALAPPDATA%\College Life\User Data\Default for your saves.
No need to type in everything, if you know what you do, you can type in 1st, and click afterwards.