Hi,
i have a list of file in a folder like this :
409.pdf
410.pdf
412.pdf
389.pdf
402.pdf ...
I'm trying to obtain the max of listed integer file name (412 in my example).
I don't how to combine variable to exclude (.pdf) of my list output and compare the list to obtain the maximum
Can you help me?
regards