Click or drag to resize

EditorCallerEdit method

Calls notepad with a given content and/or file path.

Namespace: NetEti.FileTools
Assembly: NetEti.QuickEdit (in NetEti.QuickEdit.dll) Version: 1.0.0+3ce85c05d34c962c08e7afbdade1028ff933f4ed
Syntax
public void Edit(
	
	string? path,
	
	Cunning<string>? lines
)

Parameters

path  String
Rath to the logfile.
lines  CunningString
Text content.
Exceptions
ExceptionCondition
ArgumentExceptionThrows if lines and path are null or empty.
See also