10597 - Flex - Copy txt files from source folder when making project
Hi,
I have a "resources" folder in my project, marked as a source folder that contains some xml and txt files that are loaded and parsed at runtime. When making the project, the xml files are copied to the "out" folder, but the txt files are not. Is this a setting I forgot to specify or a bug?
regards,
Christophe
Please sign in to leave a comment.
Please see Settings (CtrlAltS) | Compiler | Resource Patterns and add
?*.txt there. If some particular files/directories that match pattern
should not be copied you may exclude them at Settings | Compiler | Excludes
Thanks Alexander!