Subversion Repositories DevTools

Rev

Rev 4612 | Rev 5709 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4612 Rev 4928
Line 84... Line 84...
84
#-------------------------------------------------------------------------------
84
#-------------------------------------------------------------------------------
85
# Function        : CopyDir
85
# Function        : CopyDir
86
#
86
#
87
# Description     : Utility function to copy a directory of files
87
# Description     : Utility function to copy a directory of files
88
#                   This function is NOT reentrant
88
#                   This function is NOT reentrant
89
#                   Do not use it within callback frunctions
89
#                   Do not use it within callback functions
90
#
90
#
91
# Inputs          : $src_dir                - Src directory
91
# Inputs          : $src_dir                - Src directory
92
#                   $dst_dir                - Dest dir
92
#                   $dst_dir                - Dest dir
93
#                   $opt                    - An Array or Hash Ref of options
93
#                   $opt                    - An Array or Hash Ref of options
94
#                    Flags that affect operation
94
#                    Flags that affect operation