folder icon

  1. ffmla

    Вопрос How to add custom path for icon file entry on Desktop.ini

    ill use the following code for fixed path .ico files procedure CreateIni (); begin SaveStringsToFile (ExpandConstant (' {app} \Desktop.ini '), [' [. ShellClassInfo] ', ' IconFile = icon.ico ', ' IconIndex = 0 '], False); end; But for making like path IconFile = {app}\icon.ico in ini create error...
Сверху