SIL.FieldWorks.Test.TestUtils.DummyFileMaker.DummyFileMaker C# (CSharp) Method

DummyFileMaker() public method

Initializes a new instance of the DummyFileMaker class.
public DummyFileMaker ( string fileName, bool fUseTempPath ) : System
fileName string
fUseTempPath bool
return System
		public DummyFileMaker(string fileName, bool fUseTempPath) :
			this((fUseTempPath)? Path.Combine(Path.GetTempPath(), fileName) : fileName)
		{
		}

Same methods

DummyFileMaker::DummyFileMaker ( string fileName ) : System