c++ - How to get the extension of a file in windows -


is there way can extension of given file.

if suppose there file "abc.txt" after renaming file name "abc.exe" extension .exe there way can original extension of file in created.

i looked getfileinformationbyhandle not of help

is there way can original extension of file in created

no, not without operating system add-ons or simple backup of file .


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -