Find file name

I have variables called lastno contains a number
and I need to search with this variable (number) in a folder full of photos named 1front 1back, 2front, 2back, and so on so what would be the expression used in if activity?

@omar_ismail

Currentfile.Name.Contains(lastno)

If lastno is of type integer then use lastno.ToString

Cheers