skill function path

Discussion in 'Cadence' started by Dominic DuVarney, Apr 29, 2008.

  1. Is there a way to get the path to the file from which a skill function
    was loaded?

    for example, something like:

    getSkillFunctionPath("mySkillFun")
    Thanks
     
    Dominic DuVarney, Apr 29, 2008
    #1
  2. BTW, the solution I need has to find the file even if it's not in the
    skill path
     
    Dominic DuVarney, Apr 29, 2008
    #2
  3. Dominic DuVarney wrote, on 04/29/08 22:58:
    That would be:

    whereIs(mySkillFun)

    (no quotes). The code has to have been loaded in "debugMode" (i.e. with the
    SKILL debugger enabled) - because otherwise it doesn't record the file names and
    line numbers.

    Regards,

    Andrew.
     
    Andrew Beckett, Apr 30, 2008
    #3
  4. Thanks Andrew.

     
    Dominic DuVarney, May 6, 2008
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.