ScriptSetScriptCodeFromFile Method |
Developed by SO-SOFT
Set script code from file
Namespace: scbscriptAssembly: scbscriptg (in scbscriptg.exe) Version: 15.62.0+ec7f396c1b0556a067fcf8d296cc36e3f3a5ac92
Syntaxpublic int SetScriptCodeFromFile(
string filePath
)
Parameters
- filePath String
- A script code file path
Return Value
Int32Returns error count
RemarksThis sets the script code from a file.
See Also