Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello community,
is it possible to locate the path of a libary? I need the libraries combined with system paths.
My goal is to read the system paths from a logfile in which libraries are used.
Can you tell me what you mean with the path of a library? Is that the path of a folder connection definition? Or are you talking about file paths to code libraries like javascript files or dll files?
You can find the paths of folder connections if you edit the connections. You can also find them in the Data connections section of the QMC in the Connection string property of a data connection.
For example:
Data:
LOAD *
FROM [lib://Testconnection/Data.txt] (txt, codepage is 28591, no labels, delimiter is ',', msq);
Now I need a way to transform the "lib://Testconnection" into c:\ without having to look into library manually.
For only this short example it is not an expense but if there are many libraries it is too much effort to look manual. I'm searching for a way to transform all existing libaries into the path of the system (c:\...).