Top "File-extension" questions

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

Which language uses .pde extension?

While searching for an implementation of the Barnsley's Fern fractal I came across a implementation that has .pde extension. Which …

processing file-extension
How can I find all of the distinct file extensions in a folder hierarchy?

On a Linux machine I would like to traverse a folder hierarchy and get a list of all of the …

linux grep filesystems file-extension
Changing file extension in Python

Suppose from index.py with CGI, I have post file foo.fasta to display file. I want to change foo.…

python rename file-extension
find files by extension, *.html under a folder in nodejs

I'd like to find all *.html files in src folder and all its sub folders using nodejs. What is the …

node.js find file-extension
Create registry entry to associate file extension with application in C++

I would like to know the cleanest way of registering a file extension with my C++ application so that when …

c++ registry file-extension
Which programming language has extension .do

Just wondering which programming languages is used on the web pages with the extension ".do"

file-extension
Does groovy have an easy way to get a filename without the extension?

Say I have something like this: new File("test").eachFile() { file-> println file.getName() } This prints the full filename …

java file-io groovy file-extension
recursively add file extension to all files

I have a few directories and sub-directories containing files with no file extension. I want to add .jpg to all …

bash file shell command-line file-extension
What is the difference between .m and .mat files in MATLAB

When I traced my reference MATLAB script, I found files with the .mat extension. My questions are: What is the …

matlab file-io file-extension