2
votes
6answers
104 views
Hide Page Extensions (Like StackOverflow)
Let me start off by saying that I've got very little experience with web-development.
My question is simple, (taking SO as an example), how does the following work?
http://stacko …
2
votes
2answers
52 views
How to get the corresponding file extension if the mimeType of the file is known
When coding in java,
How to get the corresponding file extension if the mimeType of the file is known?
0
votes
4answers
60 views
What’s a .duo file?
In a .NET/C# project, one of my *.exe files has a corresponding *.duo file. (I didn't set up the build system.) What is it?
Somebody suggested it was something like a user prefe …
0
votes
3answers
167 views
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 some questions about this and the methods described to perfor …
3
votes
5answers
103 views
What’s the best way for an app on Windows to assocaite itself with a particular file type, such as .xml, .txt, etc., but share that association with other apps that support that extension?
If I create a new app, and associate with, say, the .xml file extension on a particular computer, when someone double clicks the .xml file, it will launch my app and pass the file …
3
votes
13answers
194 views
What are common file extensions for web programming languages?
What file extensions are used most commonly by different languages? Please don't put source file names (like .java) but rather extensions that would be present in a URL for rendere …
1
vote
1answer
83 views
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 of every file in the test directory. Is there …
1
vote
4answers
376 views
How do you change the extension that .Net pages will run under?
I need my .net application to use the .html extension instead of .aspx
I'm converting a php app and there are external applications which depend on that extension to function.
…
0
votes
1answer
41 views
vc++ file type won’t go away
I uninstalled Visual C++ (on Windows XP), but my c++ source files still have the VCExpress.cpp.9.0 extension (when I right click a file and go to properties it shows that as the fi …
0
votes
1answer
55 views
Associate file extension with vcl forms application
I would like to know the cleanest way of registering a file extension with my VCL Forms application so that when a data file associated with my program is double clicked, the VCL f …
6
votes
3answers
337 views
How do I find out the path of the file triggered by opening a file with a custom file extension?
How do i get the location of the file that i used to open my programs with?
Example: if i create a new extention ".xyz" say and i tell windows that i want to open the file type . …
0
votes
0answers
107 views
Exclude file extension in filename field of Word 2007
How do I exclude the file extension in the filename field in an MS Word 2007 document, when the field is updated? I am using VBA.
6
votes
1answer
145 views
C# - How to allow multiple filetypes in an OpenFileDialog?
I knew this once but I keep forgetting; How do I allow multiple filetypes in one filter entry of the OpenFileDialog?
Text files|*.txt // this is OK.
Text files|*.txt,*.t …
1
vote
1answer
26 views
Identifying Application from Extension
Can we identify an application is how much bit ie 16/32/64 bit from its extension.
.com,.exe,.bin specifies anything like that?
1
vote
2answers
87 views
Recommended File Extension for rails view pages(2.3.2)
Which is the Recommended File Extension for rails view pages(2.3.2)
1.RHTML
2.html.erb
any significance in this.
