Extract file extension

As I can extract file extension, example, I have the file called Incapacidad_Maria.jpg, I need to extract for many files the file extension, in this case it would be .JPG

Thank you

Hi @ccabuya

Use Path.GetExtension(" Incapacidad_Maria.jpg")

image

Regards,
Gulshiyaa

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.