ace/coil/File.h
Go to the documentation of this file.
1 // -*- C++ -*-
19 #ifndef COIL_FILE_H
20 #define COIL_FILE_H
21 
22 #include <coil/config_coil.h>
23 #include <ace/ACE.h>
24 
25 namespace coil
26 {
27 
28  inline const char* dirname(const char* path)
29  {
30  return ACE::dirname(path);
31  }
32 
33  inline const char* basename(const char* path)
34  {
35  return ACE::basename(path);
36  }
37 };
38 
39 #endif // COIL_FILE_H
const char * basename(const char *path)
Get a file name part than a file pass.
Definition: ace/coil/File.h:33
Common Object Interface Layer.
const char * dirname(const char *path)
Definition: ace/coil/File.h:28


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Mon Jun 10 2019 14:07:52