in reply to Perl accessing Offline Files

The actual directory name is CSC under the Windows directory, that is: "$ENV{Windir}/CSC".
There are many ways in perl to access all the files in a directory, from a simple glob with a foreach loop, through to opendir,readdir,closedir. You probably want the extra control which the later will give.