When using BundleConfig
is it possible to include all files of a folder including all the files of the childfolders (and their childfolders etc.)?
I found .IncludeDirectory()
but it seems to only include the files of the folder itself, not the files of the subfolders.