But now I run into a interface issue which I would expect to work. I have organized my setup file and all files are added in a folder structure (not synced with a folder on disk).
However after running a test setup, it appears that I have a top-level folder (directly below targetfolder) in my setup that needs to be removed. I figured to just drag and drop each sub folder to the target folder and that's it. Too bad I found out that there is no d/d support in the folder/file organization. I fugured I could live with that, as long as I could drag the files to new folders which I would then create by hand. Too bad... that too is not supported.
Since it took me many hours to build the setup folder structure with their files I hope you're not going to tell me that the only way to get one folder level out is to manually recreate everything below to the higher level.
e.g.
Now I have
Code: Select all
TARGETDIR
My Main Folder
My Sub Folder
My Sub Folder 2
My Sub Folder 2.1
Each folder (and there are many more) with many files.
This need to become (notice that My Main Folder is out):
Code: Select all
TARGETDIR
My Sub Folder
My Sub Folder 2
My Sub Folder 2.1
Any help is highly appreciated.
Thanks
Hert