Method GetNSSContents
GetNSSContents(string)
Gets the contents of a .nss script file as a string.
public string GetNSSContents(string scriptName)
Parameters
scriptNamestringThe name of the script to get the contents of.
Returns
- string
The script file contents or "" on error.