Ignore:
Timestamp:
2018-06-21T20:09:08+12:00 (6 years ago)
Author:
ak19
Message:

Adding a clarifying comment ahead of other commits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/FileUtils.pm

    r32123 r32204  
    10981098## @function removeFilesFiltered()
    10991099#
     1100# NOTE: counterintuitively named, the parameter:
     1101# $file_accept_re determines which files are blacklisted (will be REMOVED by this sub)
     1102# $file_reject_re determines which files are whitelisted (will NOT be REMOVED)
     1103#
    11001104sub removeFilesFiltered
    11011105{
Note: See TracChangeset for help on using the changeset viewer.