|
ev3duder
0.3.0
EV3 Downloader/Uploader
|
Lists files on brick. 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.
Macros | |
| #define | MAX_READ 1024 |
List files and directories at path. path is always relative to /home/root/lms2012/prjs/sys/ More... | |
Functions | |
| int | ls (const char *path) |
list contents of remote directory rem More... | |
Lists files on brick.
Definition in file ls.c.
| #define MAX_READ 1024 |
List files and directories at path. path is always relative to /home/root/lms2012/prjs/sys/
| [in] | loc | Local FILE*s |
| [in] | rem | Remote EV3 UTF-8 encoded path strings |
| error | according to enum ERR |
CONTINUTE_LIST_FILES isn't tested because CONTINUE_LIST_FILES isn't implemented in "firmware".