ScienceVikings / IconExtractor

A nodejs package that returns base64 image data for a path's icon.
31 stars 13 forks source link

Only returns the default application icon #1

Open Maurice-Byrne opened 7 years ago

Maurice-Byrne commented 7 years ago

When calling the function it only gives back the default icon for applications. The path is shown without slashes so that may be the problem

everrr1025 commented 7 years ago

the file path should be like this: with double backslash iconExtractor.getIcon('Testing','C:\Program Files\Internet Explorer\iexplore.exe');