extension manager
Posted: Sun Nov 10, 2013 2:53 pm
I'm not quite happy with how the open/save dialog works, so I made this one.
- It should always add the extension, no matter what viewing settings you have under Windows (show/hide extensions).
- It will add prefix or sufix to your filename (you can use date generator for example or some sort of sufix marker).
- It will have no viewing issues in file dialog window.
- It's easy to configure (I hope I configured it correctly inside).
- It will make easy to manipulate the extension within your project.
- It will output for you also parameters of your operation (path, filename, etc.)
//edit:
v.1. adds " " to paths (useful when paths are containing empty spaces).
//edit2: these ones are optimized for saving.
- It should always add the extension, no matter what viewing settings you have under Windows (show/hide extensions).
- It will add prefix or sufix to your filename (you can use date generator for example or some sort of sufix marker).
- It will have no viewing issues in file dialog window.
- It's easy to configure (I hope I configured it correctly inside).
- It will make easy to manipulate the extension within your project.
- It will output for you also parameters of your operation (path, filename, etc.)
//edit:
v.1. adds " " to paths (useful when paths are containing empty spaces).
//edit2: these ones are optimized for saving.