Hi.
I've got a text file (actually it is more like a json file, with the .opt extension). Anyway, somewhere in this file there is a plain-text line:
InstalledPackagesPath "Specific_Path"
Basically I need to open it, search thru it to find that line (it occurs just once) and create a variable from what is written in quotation marks. I would appreciate some help
I've got a text file (actually it is more like a json file, with the .opt extension). Anyway, somewhere in this file there is a plain-text line:
InstalledPackagesPath "Specific_Path"
Basically I need to open it, search thru it to find that line (it occurs just once) and create a variable from what is written in quotation marks. I would appreciate some help

Comment