nndeploy C++ API  0.2.0
nndeploy C++ API
Namespaces | Macros | Functions
file.h File Reference
#include "nndeploy/base/glic_stl_include.h"
#include "nndeploy/base/macro.h"
#include "nndeploy/base/status.h"
Include dependency graph for file.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 nndeploy
 
 nndeploy::base
 

Macros

#define NNDEPLOY_PATH_SEP   "/"
 

Functions

std::string nndeploy::base::canonicalPath (const std::string &path)
 Converts path p to a canonical absolute path Symlinks are processed if there is support for them on running platform. More...
 
bool nndeploy::base::createDirectories (const std::string &path_param)
 
bool nndeploy::base::createDirectory (const std::string &path)
 
bool nndeploy::base::exists (const std::string &path)
 
std::string nndeploy::base::getcwd ()
 
std::string nndeploy::base::getParentPath (const std::string &path)
 
std::wstring nndeploy::base::getParentPath (const std::wstring &path)
 
void nndeploy::base::glob (const std::string &directory, const std::string &pattern, std::vector< std::string > &result, bool recursive=false, bool include_directories=false)
 
void nndeploy::base::globRelative (const std::string &directory, const std::string &pattern, std::vector< std::string > &result, bool recursive=false, bool include_directories=false)
 
bool nndeploy::base::isDirectory (const std::string &path)
 
bool nndeploy::base::isPathSeparator (char c)
 
std::string nndeploy::base::joinPath (const std::string &base, const std::string &path)
 
std::string nndeploy::base::openFile (const std::string &file_path)
 
void nndeploy::base::removeAllFile (const std::string &path)
 

Macro Definition Documentation

◆ NNDEPLOY_PATH_SEP

#define NNDEPLOY_PATH_SEP   "/"

Definition at line 15 of file file.h.