Changeset 37248
- Timestamp:
- 2023-02-02T13:23:40+13:00 (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/perllib/FileUtils.pm
r37200 r37248 131 131 132 132 133 ## @function _copyFilesGeneral()134 # 135 # internalversion that copies a file or a group of files133 ## @function copyFilesGeneral() 134 # 135 # version that copies a file or a group of files 136 136 # 137 137 sub copyFilesGeneral … … 230 230 } 231 231 232 ## copyFilesGeneral() 232 233 233 234 … … 529 530 530 531 532 533 534 sub copyFilesRefRecursive 535 { 536 my ($srcfiles_ref,$dest, $options) = @_; 537 538 _copyFilesRecursiveGeneral($srcfiles_ref,$dest,0, $options); 539 } 540 541 531 542 ## @function copyFilesRecursive() 532 543 # … … 553 564 # instead 554 565 # 555 # this should be merged with copyFilesRecursive() at some stage - jmt12556 #557 566 sub copyFilesRecursiveNoSVN 558 567 { … … 569 578 # 570 579 # copies a directory and its contents, excluding subdirectories, into a new directory 571 #572 # another candidate for merging in with copyFilesRecursive() - jmt12573 580 # 574 581 sub copyFilesRecursiveTopLevel
Note:
See TracChangeset
for help on using the changeset viewer.