Revision: | 27 |
Committed: | Thu Jul 5 15:26:40 2007 UTC (17 years, 10 months ago) by foucault |
Content type: | text/plain |
Original Path: | magic/lib/CAD4FE/CAD4FE/src/CAD4FE_FileUtils.h |
File size: | 466 byte(s) |
Log Message: |
# | User | Rev | Content |
---|---|---|---|
1 | foucault | 27 | //--------------------------------------------------------------------------- |
2 | |||
3 | #ifndef CAD4FE_FileUtilsH | ||
4 | #define CAD4FE_FileUtilsH | ||
5 | //--------------------------------------------------------------------------- | ||
6 | |||
7 | #include "CAD4FE_Common_platform.h" | ||
8 | |||
9 | namespace CAD4FE { | ||
10 | |||
11 | class CAD4FE_COMMON_ITEM FileUtils { | ||
12 | public: | ||
13 | static int Copy (char * __source, char * __destination); | ||
14 | static const char * Basename (const char * __filename); | ||
15 | }; | ||
16 | |||
17 | } | ||
18 | |||
19 | #endif |