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

Delete file from 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 DeleteFileAsync(
	string devicePath
)

Parameters

devicePath
Type: OnlineSystem String
Destination path on the brick.

Return Value

Type: OnlineTask
Remarks

devicePath is relative from "lms2012/sys" on the EV3 brick. The path must start with "apps", "prjs", or "tools".
See Also