hello,
I know that is kind of a mouth full but let me see if I can draw it out to give the format a visual
so the root
c:\ftp\
which has 3 folders in it
c:\ftp\main\
c:\ftp archive\
c:\ftp\new\
so say in c:\ftp\main\
there are 3 folders named
c:\ftp\main\1\
c:\ftp\main\2\
c:\ftp\main\3\
and in the c:\ftp\archive folder there is the 6 folders
c:\ftp\archive\1\
c:\ftp\archive\2\
c:\ftp\archive\3\
c:\ftp\archive\4\
c:\ftp\archive\5\
c:\ftp\archive\6\
and in the c:\ftp\new folder there is 2
c:\ftp\new\1\
c:\ftp\new\2\
What I would like to do is take the 1 folder in the new directory and place it in the main folder. But not overwrite the 1 directory in the main folder instead change the 1 to a 2 and 2 to a 3 and 3 to a 4 etc.
Then the last directory in c:\ftp\main\ which is folder 5 will be moved to the archive folder and added to the list as 7 or what ever the next number in line is.
its basicly a chain of events that takes a folder from new, buts it as the #1 folder in the main and pushes the main's folders down a step. When a folder in the main reaches the last step its added to the archive folder.
I know that is a ton but I hope someone can help. thanks again in advance