KiCad PCB EDA Suite
Loading...
Searching...
No Matches
paths.h File Reference
#include <kicommon.h>
#include <wx/filename.h>
#include <wx/string.h>

Go to the source code of this file.

Classes

class  PATHS
 Helper class to centralize the paths used throughout kicad. More...
 

Macros

#define UNIX_STRING_DIR_SEP   wxT( "/" )
 
#define WIN_STRING_DIR_SEP   wxT( "\\" )
 

Macro Definition Documentation

◆ UNIX_STRING_DIR_SEP

#define UNIX_STRING_DIR_SEP   wxT( "/" )
Note
Do we really need these defined?

Definition at line 30 of file paths.h.

◆ WIN_STRING_DIR_SEP

#define WIN_STRING_DIR_SEP   wxT( "\\" )

Definition at line 31 of file paths.h.