Forum Discussion
AlexeyKolosov
Staff
15 years agoHi Michael,
Yes, but it is necessary to double slashes in the path, as you are using JScript:
function GeneralEvents_OnStopTest(Sender)
{
Log.SaveResultsAs("\\\\server\\path_on_server\\myLog.mht", 2);
}