SystemCommand CopyFileAsync Method LEGO Mindstorms EV3 API Documentation
For more information, please see the OnlineCodePlex project page and the OnlineGetting Started guide.

Copy a local file to the EV3 brick

Namespace: Lego.Ev3.Core
Assembly: Lego.Ev3.Desktop (in Lego.Ev3.Desktop.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Task CopyFileAsync(
	string localPath,
	string devicePath
)

Return Value

Type: OnlineTask
Remarks

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".
See Also