How do I open folder with unique identifier in name but variable ending?
I am trying to write a script to open a folder where the name of the folder contains halfway in the name a unique identifier.The folder is a subfolder of a folder which is defined by the user together with the unique identifier in a dialog box. ::result = Dialog(v list( "Year 20XX", year=Edit Text("17",width(100))),v list( "Identifier", iden=Edit Text("AA1211",width(100))));The name of all subfol...
dale_lehman
albiruni81
David_Burnham