G
Guest
Hi. Im writing a set of smaller editors for custom xml based file types. I
want each of these files to be associated with the appropriate editor.
However I find short extensions to be a little hard to read so I want the
full content description of the files such as *.notebook and *.project. But I
realize that this can cause a lot of collisions with other applications. So
my thought was to create file extensions that contains multiple delimited
words such as *.notebook.xml. But apparently a dot was not possible because
the extension always is _after_ the last dot. I tried some other characters
and ended up with colon as a possible choice, *.notebook,xml.
My question is: Can I use a colon in my filetype extension without it
causing any problems with the dotnet framework or windows in general? Or do
you have any other suggestion on how I would go about and name these files?
want each of these files to be associated with the appropriate editor.
However I find short extensions to be a little hard to read so I want the
full content description of the files such as *.notebook and *.project. But I
realize that this can cause a lot of collisions with other applications. So
my thought was to create file extensions that contains multiple delimited
words such as *.notebook.xml. But apparently a dot was not possible because
the extension always is _after_ the last dot. I tried some other characters
and ended up with colon as a possible choice, *.notebook,xml.
My question is: Can I use a colon in my filetype extension without it
causing any problems with the dotnet framework or windows in general? Or do
you have any other suggestion on how I would go about and name these files?