rejetto / file-icons

HFS plugin to customize file icons
GNU General Public License v3.0
0 stars 1 forks source link

Files with square brackets in the name don't have icons #3

Closed SanokKule closed 3 months ago

SanokKule commented 3 months ago

Test-Path in the exicon.ps1 should have -LiteralPath argument

if (Test-Path -LiteralPath $file) {}
rejetto commented 3 months ago

in what case this helps?

SanokKule commented 3 months ago

When filename looks like this: [something]file.7z

rejetto commented 3 months ago

thanks