ixSource
ixSource - recursive source
SYNOPSIS
ixSource dirFileName
DESCRIPTION
The ixSource command sources all the files in a particular folder and if there are sub-directories under the folder that are passed as an argument, it sources all the files under that sub-folder as well.
ARGUMENTS
dirFileName
(By value) Any number of files to be sourced or a folder name where all the files under that folder are going to be sourced.
RETURNS
None
EXAMPLES
ixSource test.tcl
ixSource "c:/myTclProgs"