I am looking at the following question and accepted answer. If you notice there is a line of code like this:
ShellFile shellFile = ShellFile.FromFilePath(pathToYourFile);
This line is giving me an error saying that it is an undefined type, is there a dll I need to include to get this to work? Anyone know which one?