CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
OdPath.h File Reference
#include "OdString.h"

Go to the source code of this file.

Namespaces

namespace  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)
 

Macro Definition Documentation

◆ dirCur

#define dirCur   L".\\"

Definition at line 49 of file OdPath.h.

◆ dirDiv

#define dirDiv   L"\\"

Definition at line 48 of file OdPath.h.

◆ dirUp

#define dirUp   L"..\\"

Definition at line 50 of file OdPath.h.

◆ pathChar

#define pathChar   '\\'

Definition at line 47 of file OdPath.h.