> I have a repeatedly running process, which always creates a
> new logfile with an ending n+1. What I need is to find the
> last file, the one with highest number at the end. The problem
> is, that the max() method gives me a wrong answer. I tried to
> convert the items in my list into integers us
Hello everyone,
I have a repeatedly running process, which always creates a new logfile with
an ending n+1. What I need is to find the last file, the one with highest
number at the end. The problem is, that the max() method gives me a wrong
answer. I tried to convert the items in my list into in