For more information, please see the
CodePlex project page and the
Getting Started guide.
Assembly: Lego.Ev3.Desktop (in Lego.Ev3.Desktop.dll) Version: 1.0.0.0 (1.0.0.0)
Task
devicePath is relative from "lms2012/sys" on the EV3 brick. Destination folders are automatically created if provided in the path. The path must start with "apps", "prjs", or "tools".


Copy a local file to the EV3 brick
Namespace: Lego.Ev3.CoreAssembly: Lego.Ev3.Desktop (in Lego.Ev3.Desktop.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- localPath
- Type:
System String
Source path on the computer.
- devicePath
- Type:
System String
Destination path on the brick.
Return Value
Type:
Remarks
See Also