mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

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.
 FilePath (const char *file_path)
 Constructor FilePath.

Detailed Description

Class FilePath.

Definition at line 38 of file cmsis/BUILD/mbed/platform/FilePath.h.


Constructor & Destructor Documentation

FilePath ( const char *  file_path )

Constructor FilePath.

Parameters:
file_pathThe path of file.

Definition at line 21 of file FilePath.cpp.

FilePath ( const char *  file_path )

Constructor FilePath.

Parameters:
file_pathThe path of file.