Questions tagged [file-extension]
7 questions
24
votes
1 answer
What is the name for the non-extension part of a filename?
Given the file path:
/some/path/abc.txt
The filename is "abc.txt", and extension is "txt".
What is the "industry standard", unambiguous name for the "abc" part?
For reference, in both java's older java.io and newer java.nio libraries, filename…

Bohemian
- 1,956
- 2
- 17
- 24
18
votes
5 answers
Long Filename Extensions: Why Not
I'm finishing up my app for iPad, and the filename extension (used mostly so that Mail and Dropbox know what program to open the files in) is 12 characters long. The only filename extension that is anywhere near as long is tax2010. Why is there so…

Dan Rosenstark
- 2,344
- 1
- 20
- 20
5
votes
5 answers
What file extension do you use for your template/view files in PHP?
I'm building a Model-View-Controller framework, and it has come time to decide how I will be creating and using view templates and layouts.
Some frameworks use special extensions for these files. CakePHP uses .ctp.
I have heard-of/seen .tpl files,…

Stephen
- 2,200
- 6
- 22
- 24
4
votes
1 answer
What would be the best way to learn about compilers, and executable formats?
I want to write my own compiler for my own language. Yes, it's going to be hard, and it will take long, but I think it will be worth it.
I have looked into OSDev.org, and read about executable formats there, but they aren't much help. I am looking…

Marcus
- 65
- 1
- 1
- 2
2
votes
1 answer
How to convert a powershell script to opensource `.exe`?
To make an installation of opensource software for the Windows platform single click, I am trying to convert the setup.ps1 into a setup.exe file. (To make a powershell script executable in a single (double) click, the user might/is still required…

a.t.
- 225
- 1
- 11
2
votes
1 answer
Files included without extensions?
I noticed a long time ago that a number of files included with projects, especially files called README, LICENSE, and so forth, frequently have no filename extension. This is strange to me because it requires the reader of such files to perform some…

person27
- 289
- 3
- 10
1
vote
1 answer
Good extension name for a war file with source
Is there a name for a Java Webapp's war that includes the source code? We will be using a webserver that accepts Java Web Projects with source code) uploaded into the docroot folder, so docroot/admin.webapp.zip would be the place to upload a webapp…

700 Software
- 263
- 1
- 9