loadVariables
| session.loadVariables( String fileToReadFrom ) (enterprise edition only) |
| Description |
| Loads in session variables from the file path indivated by fileToReadFrom. This method will most often be invoked after variables have been saved via the saveVariables method. The format of the file should be a hard return-delimited list of key/value pairs, where the key and value are both URL-encoded. |
 |
| Example |
// Reads in variables from the file located at C:\myvars.txt. // Note that a forward slash is used instead of a back slash // as a folder delimiter. If back slashes were used, they // would need to be doubled so that they're properly escaped // out for the script interpreter. session.loadVariables( "C:/myvars.txt" ); |
|
|
Recent comments
6 hours 53 min ago
7 hours 37 sec ago
9 hours 6 min ago
1 day 4 hours ago
1 day 4 hours ago
1 day 5 hours ago
1 day 5 hours ago
1 day 5 hours ago
1 day 6 hours ago
3 days 2 hours ago