Solved
Forum Discussion
TestQA1
4 years agoFrequent Contributor
Found this method.
var t = Project.FileName;
Log.Message(aqString.SubString(t, 57, 12)); seems to work but don't know if there is something better as here we are counting the index and it may break if the path changes.