|
CFx SDK Documentation
2023 SP0
|
#include "OdString.h"Go to the source code of this file.
Namespaces | |
| Oda | |
Macros | |
| #define | pathChar '\\' |
| #define | dirDiv L"\\" |
| #define | dirCur L".\\" |
| #define | dirUp L"..\\" |
Functions | |
| bool | Oda::isUNCPath (const OdChar *path) |
| bool | Oda::isRelativePath (const OdChar *path) |
| FIRSTDLL_EXPORT bool | Oda::makeRelativePath (const OdString &from, const OdString &to, OdString &out, bool windowsMode=false) |
| FIRSTDLL_EXPORT bool | Oda::adjustPath (OdString &path, bool windowsMode=false) |