Changeset 27518 for main


Ignore:
Timestamp:
2013-05-30T15:19:42+12:00 (11 years ago)
Author:
ak19
Message:

Completing the listing of functions in FileUtils.pm

File:
1 edited

Legend:

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

    r27508 r27518  
    3838
    3939################################################################################
    40 # util::cachedir()             => FileUtils::synchronizeDirectories()
     40# util::cachedir()             => FileUtils::synchronizeDirectory()
    4141# util::cp()                   => FileUtils::copyFiles()
    4242# util::cp_r()                 => FileUtils::copyFilesRecursive()
     
    6060# util::soft_link()            => FileUtils::softLink()
    6161
     62# Other functions in this file (perhaps some of these may have counterparts in util.pm too):
     63
     64#canRead
     65#isSymbolicLink
     66#modificationTime
     67#readDirectory
     68#removeFilesDebug
     69#sanitizePath
     70#openFileHandle
     71#closeFileHandle
     72#differentFiles
     73#filePutContents
     74#fileSize
     75#readDirectory
     76
    6277################################################################################
    6378# Note: there are lots of functions involving files/directories/paths
Note: See TracChangeset for help on using the changeset viewer.