Top "File-extension" questions

A suffix appended to the end of a filename, in order to identify the type of file.

How do you check a file type when there is no extension in c#

How do you check a file type when there is no extension in c# For instance, I have files with …

c# file-extension file-properties audio-converter
Groovy way to remove file extension?

I'm wondering if there is a "Groovy" way to remove the file extension from a filename. The current solution relies …

groovy file-extension
Associate File Extension with Java Application

Here is a picture of the 2 files in question, one .atb and one .jar If i just click the jar …

java windows jar file-extension default-programs
IIS 7.5: How to let him serve by default all file extensions (without manually adding them)?

It is a little annoying that every time when you put a "new" file-extension on your IIS 7.5 backed server for …

iis iis-7 webserver file-extension
How to change filetype association in the registry?

first time posting in StackOverflow. :D I need my software to add a couple of things in the registry. My …

c# .net registry file-extension
SharePoint SPFile change extension on existing item possible?

I am at my wits end on this one. I have a user interface that creates and edits documents stored …

sharepoint-2010 file-extension sharepointdocumentlibrary
Change file extensions of multiple files in a directory with terminal/bash?

I'm developing a simple launchdaemon that copies files from one directory to another. I've gotten the files to transfer over …

iphone bash terminal file-extension launch-daemon
Can I tell Visual Studio how treat a file with a custom file extension?

Can I tell Visual Studio how treat a file with a custom file extension? I want to be able to …

visual-studio file-extension
How to tell if a file is an EXE or a DLL?

If you've gotten the file extensions messed up, how can you tell an executable apart from a DLL? They both …

dll executable file-extension portable-executable
Is it possible to find the file extension of a UIImage ?

I found the below code in Finding image type from NSData or UIImage which helps to check four different image …

ios objective-c uiimage file-extension image-file