1

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?

Community
  • 1
  • 1
Art F
  • 3,992
  • 10
  • 49
  • 81
  • http://stackoverflow.com/questions/7934238/use-a-shellfile-object-using-windows-api-code-pack-for-microsof – igrimpe Nov 16 '12 at 14:10

1 Answers1

2

That's part of the Windows API Code Pack, which you'll find on NuGet.

SLaks
  • 868,454
  • 176
  • 1,908
  • 1,964