Getting file extension in C language
Posted
by iSight
on Stack Overflow
See other posts from Stack Overflow
or by iSight
Published on 2010-06-14T06:02:36Z
Indexed on
2010/06/14
6:12 UTC
Read the original article
Hit count: 129
Filed under:
c
Say there is a file called 12345.jpg. In C, how can I get the file extension so that I can compare with some file extension? If there are any inbuilt functions, kindly please let me know.
© Stack Overflow or respective owner