Skip to content

Commit

Permalink
added code to create erplab_Box folder - placeholder readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonarita committed Jul 10, 2015
1 parent 115afdc commit aae423f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eegplugin_erplab.m
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@
recycle on;
delete(fullfile(dirBox,'*'))
fprintf('\nERPLAB WARNING: Temporary files (from your last session) within erplab_Box folder were sent to recycle bin.\n\n')

file_id = fopen(fullfile(dirBox, 'erplab_box_readme.md'), 'w');
fprintf(file_id, 'This is a placeholder file, so that git does not delete the `erplab_Box` folder.');
fclose(file_id);
end

%
Expand Down

0 comments on commit aae423f

Please sign in to comment.