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 - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -