I have small need to change virtual folder. Fo example I have dialogs as virtual folder that I store all my dialogs in app. When I generate dialogs with wxC it add files of inherited class in dialogs which is fine, but it puts resources and base files in its own wxCrafter virtual folder. Is there a way I can change this?
I want something like
Code: Select all
Projects/Dialogs/base/[all base files generated by wxC]
project/Dialogs/[all inherited class files generated by wxC]
Projects/Dialogs/resources/[all resources files generated by wxC]