Top "File-type" questions

The type of a file, as characterized by the format of the data it contains, or its use case.

C: Checking the type of a file. Using lstat() and macros doesn't work

I use opendir() to open a directory and then readdir() and lstat() to get the stats of each file in …

c file-type stat readdir opendir
Difference between JSPX and JSFF file-types inside ADF framework?

What is the difference between JSPF and JSFF file-types in ADF ? I have not been able to find sufficient information …

jsp jsf file-type oracle-adf jsp-fragments
How to identify doc, docx, pdf, xls and xlsx based on file header

How to identify doc, docx, pdf, xls and xlsx based on file header in C#? I don't want to rely …

c# mime-types file-type
How to identify binary and text files using Python?

I need identify which file is binary and which is a text in a directory. I tried use mimetypes but …

python text binary file-type
Best way to organize filetype settings in .vim and .vimrc?

I'm going through my vim dotfiles to tidy them up. I've noticed that through time I've added various filetype specific …

file-type vim ftplugin
Assembly Files: Difference between .a .s .asm

In the MIPS simulator "QTSpim", three types of files are accepted: .a .s .asm Is there a difference between those …

file assembly mips file-type
DOCX File type in PHP finfo_file is application/zip

hello I'm trying to validate an uploaded file type by finfo_file function. But when a .docx file is sent, …

php validation docx file-type
Webstorm not recognising JavaScript file

Webstorm doesn't recognize one of my .js files as a JavaScript file so I'm losing syntax highlighting and being able …

intellij-idea pycharm webstorm rubymine file-type
How to reliably detect file types?

Objective: given the file, determine whether it is of a given type (XML, JSON, Properties etc) Consider the case of …

java algorithm file-type
How to associate application with existing file types using WiX installer?

Related to this: How to register file types/extensions with a WiX installer? but not a duplicate. I need to …

installation wix registry windows-installer file-type