Ok, so here's the plan. I want to rename every file in a directory to the original name with the exception of the first 3 characters (ex. example.exe to mple.exe) My plan is relatively strait forward, the only problem I have is I cant figure out how to find all of the file names and put them in an array. I can list them all, but I can only manage to capture the last one in the directory in a variable. So my question is does anyone know how to capture the names in an array. Thus far: