ajspruit911
Technical User
Hi All
I have a build structure that looks something like the below
Build_001
\version.jar
Build_002
\version.jar
Build_003
\
I am trying to return/echo the name of the most recent folder that contain the file version.jar. In the case above even though "build_003" is more recent then "build_002" i want it to return "build_002" as this is the most recent and contains the file version.jar.
Any ideas/help would be very much appreciated
Kindest regards
AJ
I have a build structure that looks something like the below
Build_001
\version.jar
Build_002
\version.jar
Build_003
\
I am trying to return/echo the name of the most recent folder that contain the file version.jar. In the case above even though "build_003" is more recent then "build_002" i want it to return "build_002" as this is the most recent and contains the file version.jar.
Any ideas/help would be very much appreciated
Kindest regards
AJ