Windows supermarket cookbook

Hi,
sorry for the dumb question but I am unable to find which recipe to include to use a function. I have checked on the supermarket readme page of windows cookbook too.
I have tried include_recipe windows::helper, include_recipe windows::windows_helper
basically I want to use their function win_friendly_path

Please help.

Hi, @hmanzer!

The windows cookbook’s windows_helper is not a recipe; it’s a library that defines helper methods. To use helpers from another cookbook, you must declare that your cookbook depends on that other cookbook in your cookbook’s metadata.rb.

depends "windows"