hello group,
I want to do something which should be quite easy, but I cannot find out exactly how I should do it.
I want variable usedir to have the name of directory {{currentdir}}/rails if it exists, else I want to have it the name of directory {{prevdir}}/rails if that directory exists, else I want it to be the empty string.
I have two registered variables with the stat value of the two directories with names curstat and prevstat. How can I use them to set variable userdir?
Thanks for your help.
Ruud