this is what your after
you should used mkdir to make sure the new folder is created first incase it is not already.
the for loop just needs to start at 0 and increase by 3 each time.
since your just straight moving files there is no need to rename the files.
see code below
you should used mkdir to make sure the new folder is created first incase it is not already.
the for loop just needs to start at 0 and increase by 3 each time.
since your just straight moving files there is no need to rename the files.
see code below