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 public AutomationElement OpenFile(
string FileFullPath
)
Parameters
- FileFullPath
- Type: SystemString
[Missing <param name="FileFullPath"/> documentation for "M:AppRobotic.API.OpenFile(System.String)"]
Return Value
Type:
AutomationElementReturns either the File application's AutomationElement object, or null. Any errors encountered are written to the Error Log.
See Also