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

Create a directory on 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 CreateDirectoryAsync(
	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. Destination folders are automatically created if provided in the path. The path must start with "apps", "prjs", or "tools".
See Also