Tagged Questions
6
votes
8answers
909 views
Is there an easy way to determine the type of a file without knowing the file's extension?
I have a table with a binary column which stores files of a number of different possible filetypes (PDF, BMP, JPEG, WAV, MP3, DOC, MPEG, AVI etc.), but no columns that store either the name or the ...
3
votes
3answers
612 views
Indicate programming language in a file without extension
When writing executable scripts, and declarative configuration files that use a common language (eg. Python), I often find it undesirable to add an extension to the file name. Many syntax-highlighting ...
0
votes
1answer
177 views
If I make a new file type for my program, how do I use “Open With” properly?
I made a program. I also made my own file type, which the program can create, open, and edit. In Explorer, I right clicked on this new file type and selected "Open With" and chose my program. Of ...