Top "File-extension" questions

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

What are the .db-shm and .db-wal extensions in Sqlite databases?

I am seeing some strange behavior with my application and the state of its database file after running some tests …

android sqlite file-extension
How to get only images using scandir in PHP?

Is there any way to get only images with extensions jpeg, png, gif etc while using $dir = '/tmp'; $files1 = …

php directory-structure file-extension scandir image-file
Why do Objective-C files use the .m extension?

Since I started learning Objective-C and Cocoa, I've been wondering why they have chosen the extension .m for the implementation …

objective-c file-extension
File extensions and MIME Types in .NET

I want to get a MIME Content-Type from a given extension (preferably without accessing the physical file). I have seen …

.net asp.net content-type mime file-extension
Changing file extensions for all files in a directory on OS X

I have a directory full of files with one extension (.txt in this case) that I want to automatically convert …

macos terminal file-extension
Remove file extension and path from a string in Perl

I want to obtain a file name without its path (if it is part of the string) and also the …

regex perl file-extension filepath
Good way to check if file extension is of an image or not

I have this file types Filters: public const string Png = "PNG Portable Network Graphics (*.png)|" + "*.png"; public const string Jpg = "…

c# file-extension openfiledialog filefilter
asp.net mvc HttpPostedFileBase getting file extension

public string ContructOrganizationNameLogo(HttpPostedFileBase upload, string OrganizationName, int OrganizationID,string LangName) { var UploadedfileName = Path.GetFileName(upload.FileName); string type = upload.…

asp.net-mvc file-extension
What does .ipa file stands for?

Whenever I download any application from iTunes the file extension is .ipa. I already know that this is a zip …

iphone itunes file-extension
What is the difference between creating JSF pages with .jsp or .xhtml or .jsf extension

I saw some examples creating the JSF pages with .jsp extension, other examples creating them with .xhtml extension, and other …

jsp jsf facelets file-extension