Jump to content
Britton Ward

Wild cards in file descriptions

Recommended Posts

Hi,

 

I've got a complex string of external computations lined and rather than fixed file names the basefile name is generated from the design name.

 

In this case I am getting an input file from a previous computation  using the command:

 

getResultsDir(Ragoo) + 4_RagooPrep|43_RagooInputParam|ModelID + "_01.vin"

 

Hoping this will trigger the computation to begin when this file becomes available.

 

I'm wondering if it is possible to use wild cards in these situations as I may have more than 1 of the vin files..

 

would getResultsDir(Ragoo) +"*.vin"  retrieve all the *.vin files produced by the previous computation and copy them to my new computation input folder?

 

Likewise for results files will using wildcards + extension work?

 

 

Thanks,

Britt

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...