Click or drag to resize

EditorCallerEdit Methode

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

Namensraum: NetEti.FileTools
Assembly: NetEti.QuickEdit (in NetEti.QuickEdit.dll) Version: 1.0.0+42299a9d52f2b850d2458fa836ea72e52cd204a6
Syntax
public void Edit(
	string? path,
	List<string>? lines
)

Parameter

path  String
Rath to the logfile.
lines  ListString
Text content.
Ausnahmen
AusnahmeBedingung
ArgumentExceptionThrows if lines and path are null or empty.
Siehe auch