17#ifndef MBED_FILEPATH_H
18#define MBED_FILEPATH_H
20#include "platform/platform.h"
22#include "platform/FileSystemLike.h"
23#include "platform/FileLike.h"
46 const char *fileName(
void);
48 bool isFileSystem(
void);
56 const char *file_name;
FilePath(const char *file_path)
Constructor FilePath.
A filesystem-like object is one that can be used to open file-like objects though it by fopen("/name/...