Skip to content

Commit

Permalink
Feature show hidden folder (#205)
Browse files Browse the repository at this point in the history
Show hidden folders when copying template files so we also copy hidden files
  • Loading branch information
hiroMTB authored and arturoc committed Jun 1, 2019
1 parent f6ba225 commit 50a0ee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ofxProjectGenerator/src/projects/baseProject.cpp
Expand Up @@ -131,6 +131,7 @@ bool baseProject::create(string path, std::string templateName){

if(templateName!=""){
ofDirectory templateDir(ofFilePath::join(getOFRoot(),"scripts/templates/" + templateName));
templateDir.setShowHidden(true);
auto templateConfig = parseTemplate(templateDir);
if(templateConfig){
ofDirectory project(projectDir);
Expand Down

0 comments on commit 50a0ee2

Please sign in to comment.