Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
I would like to create a map key to save a file to the current working directory\Release with the current date. Is there a way to do this with a variable? ie %CWD\Release\filename.%mm%dd%yy.pdf
It is possible to call an external script from within a mapkey. I think you would need to use this function in order to achieve this using a mapkey. Refer to this thread for examples.
It doesn't look like an external script understands what the Current Working Directory is outside of Creo.
I am pretty sure that the APIs have calls that will return the current working directory. The VB and J-Link API is part of every Creo license so that could be one option for you.
