@ifpath:grp Unable to judge the file type group

DOpus Version:12.27 Chinese

@ifpath:grp:图片
{dlgstring|is images} 
@ifpath:else
//Always execute this command
{dlgstring|is not images} 

Ifpath works on the current folder. Unless you’re trying to detect if you’re inside an archive, it doesn’t really make sense here. It looks like you’re trying to test if the current folder is an image (PNG, JPG, etc.) or not, which it won’t ever be.