Click or drag to resize

APIOpenFile Method

Open the file located at the specified filepath using its default program.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public AutomationElement OpenFile(
	string FileFullPath
)

Parameters

FileFullPath
Type: SystemString

[Missing <param name="FileFullPath"/> documentation for "M:AppRobotic.API.OpenFile(System.String)"]

Return Value

Type: AutomationElement
Returns either the File application's AutomationElement object, or null. Any errors encountered are written to the Error Log.
See Also