creating a new file extension
-
hello developers how can we add a new file extension to a file and also how can we create a new file extension.i am in a little bit confuse ...am just a new programmer to the programming ...please tell me if u know please help ....
Narasimha...
-
hello developers how can we add a new file extension to a file and also how can we create a new file extension.i am in a little bit confuse ...am just a new programmer to the programming ...please tell me if u know please help ....
Narasimha...
When you write the file out, you give it a filename. The extension can be whatever you want it to be.
Deja View - the feeling that you've seen this post before.
-
hello developers how can we add a new file extension to a file and also how can we create a new file extension.i am in a little bit confuse ...am just a new programmer to the programming ...please tell me if u know please help ....
Narasimha...
As Pete pointed out you can save a file with what ever extension you want to, but I am suspecting that you wanted to also associate that extension of your choosing to open the file with your application (for example, like Word docs open using MS Word when you double click on them). Is that what you want to do?