Tagged Questions

1
vote
3answers
150 views

Registering file type and custom document icon in .NET

I have application that produces files. I would like to connect those files with application so that double-click on file launches my application. Everything works properly except …
4
votes
5answers
2k views

Determine file type in Ruby

How does one reliably determine a file's type? File extension analysis is not acceptable. There must be a rubyesque tool similar to the UNIX file(1) command? This is regarding MIM …
4
votes
2answers
198 views

What file type starts with BOSS 7?

I am looking at some files generated in the early 90s. One of them seems to hold references to data packed in some binary format in a number of large files. The first six bytes o …
1
vote
0answers
231 views

Eclipse Perforce Plugin and Defaulting the File Type Modifier so Version is Updated

We migrated our version control system from CVS to Perforce and our Java dev team is using the Perforce plug-in in Eclipse (Mac). The version is no longer updating on adds/edits. W …
0
votes
1answer
112 views

If I make a new file type for my program, how do I use “Open With” properly?

I made a program. I also made my own file type, which the program can create, open, and edit. In Explorer, I right clicked on this new file type and selected "Open With" and chos …