Hello Monks,
I am using the File::Find::Rule to build a list of all the files in a directory along with sub directory's.
My issue is that when i assign it to an array, the whole UNC path is entered into the array. I would just the array to contain the file names.
Anyone know how to accomplish this?
Below is the code i am using: