TraceInfo and full path to file
kbrowne
Function traces()
String wins
Prompt wins, "Make selection", popup WinList("*",";","WIN:1")
DoPrompt "Make selection", wins
print wins // prints "Graph0"
String info
info = TraceInfo(wins,"",0)
print info // for XWAVEDF, it simply returns "root"
End
String wins
Prompt wins, "Make selection", popup WinList("*",";","WIN:1")
DoPrompt "Make selection", wins
print wins // prints "Graph0"
String info
info = TraceInfo(wins,"",0)
print info // for XWAVEDF, it simply returns "root"
End
However, I'm simply getting "root" for WAVEDF. Why doesn't this return this full path to the file that this trace came from? Can I get the full path to the file using TraceInfo, including the filename itself? Thanks very much.
Kevin
Kevin
November 10, 2014 at 05:25 pm - Permalink
--Jim Prouty
Software Engineer, WaveMetrics, Inc.
November 10, 2014 at 07:51 pm - Permalink
November 10, 2014 at 11:00 pm - Permalink