Click or drag to resize

fileunitSaveAs Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves to new path

Namespace:  imbSCI.Core.files.unit
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void SaveAs(
	string newPath,
	getWritableFileMode mode,
	ILogBuilder loger
)
Request Example View Source

Parameters

newPath
Type: SystemString
The new path.
mode
Type: imbSCI.Data.enumsgetWritableFileMode
The mode.
loger
Type: imbSCI.Core.reportingILogBuilder
The loger.
See Also