Questions tagged [file-extension]
The file-extension tag has no summary.
7 questions
2 votes
1 answer
1k views
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 (...
2 votes
1 answer
316 views
Files included without extensions? [closed]
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 ...
18 votes
5 answers
9k views
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 ...
6 votes
5 answers
12k views
What file extension do you use for your template/view files in PHP? [closed]
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. ...