Rtos API example

Embed: (wiki syntax)

« Back to documentation index

FilePath Class Reference

FilePath Class Reference
[FilePath class]

Class FilePath. More...

#include <FilePath.h>

Public Member Functions

 FilePath (const char *file_path)
 Constructor FilePath.

Detailed Description

Class FilePath.

Definition at line 37 of file FilePath.h.


Constructor & Destructor Documentation

FilePath ( const char *  file_path )

Constructor FilePath.

Parameters:
file_pathThe path of file.

Definition at line 20 of file FilePath.cpp.