Hi,
I have a directory c:\myfolder that has a list of folders with the following naming rule::
c:\myfolder\20121112.1\
c:\myfolder\20121205.1\
c:\myfolder\20121205.2\
c:\myfolder\20121205.1\
c:\myfolder\20121205.2\
c:\myfolder\20121205.3\
etc.
Question:
How do I get the file path of the newest folder created, into a variable (c:\myfolder\20121205.3 in this case) ?
Thanks,
Gunnar