Click or drag to resize

aceAdvancedConsoleWorkspacegetScriptFileInfo Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the script file information.

Namespace:  imbACE.Services.console
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public FileInfo getScriptFileInfo(
	string scriptname,
	bool autocreate = true
)
Request Example View Source

Parameters

scriptname
Type: SystemString
The scriptname.
autocreate (Optional)
Type: SystemBoolean
if set to true [autocreate].

Return Value

Type: FileInfo
See Also