In Projucer is it possible to move an existing file into a file system folder?
e.g. my file system is:
Source
–file1.h
–file2.h
And I want:
Source
–myfolder
----file1.h
–file2.h
I know that I can create a “group” named “myfolder” in Projucer, and move my file into it, but this is not reflected in the file system.
And if I create the folder on disk and move my file there, Projucer loses the link to the it (the filename turns red in Projucer).
When creating a file inside a group, Projucer will prompt you to choose its location on disk, but how does one move an existing file into a folder?
