ev3duder  0.3.0
EV3 Downloader/Uploader
mkdir.c File Reference

creates a directory structure on the ev3 More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "ev3_io.h"
#include "defs.h"
#include "packets.h"
#include "error.h"
#include "funcs.h"

Go to the source code of this file.

Functions

int mkdir (const char *path)
 creates directory structures relative to /home/root/lms2012/prjs/sys/ More...
 

Detailed Description

creates a directory structure on the ev3

Author
Ahmad Fatoum

Definition in file mkdir.c.

Function Documentation

int mkdir ( const char *  path)

creates directory structures relative to /home/root/lms2012/prjs/sys/

create directory rem on remote system

Parameters
[in]pathdirectory structure
Return values
erroraccording to enum ERR
See also
your man pages for mkdir
Note
The VM will choke to death when you excede the ASCII subset of UTF-8 Do NOT use any non ASCII letters if you want the LEGO menu to stay responsible. In case of fudging up, ev3duder rm() can delete directories too

Definition at line 29 of file mkdir.c.