Is it possible to get a file extension without knowing it?

后端 未结 4 1373
礼貌的吻别
礼貌的吻别 2021-02-14 14:52

I have a file called 94bf663a100e848fb599209af8cdc2b5.wmv. I know pathinfo will not give me the extension if I just use the name 94bf663a100e848fb599209af8cdc2b5. I

4条回答
  •  耶瑟儿~
    2021-02-14 15:27

    The first few characters of the file (binary) will usually give you some kind of hint about what the file type is.

    Try it out by opening some binary files (rar, zip, mp3 etc.) in Notepad.

提交回复
热议问题