NG.AssertDebug.AssertDebugConfig.ScreenShotFileName C# (CSharp) Method

ScreenShotFileName() private method

private ScreenShotFileName ( int extNum ) : string
extNum int
return string
        private string ScreenShotFileName(int extNum)
        {
            return GetLogFilePath() + "/" + screenShotFileName + "_" + AssertDateStamp.FileDate() + extNum.ToString() + ".png";
        }