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

Go to the source code of this file.

Classes

class  WX_FILENAME
 A wrapper around a wxFileName which is much more performant with a subset of the API. More...
 

Macros

#define FN_NORMALIZE_FLAGS
 Default flags to pass to wxFileName::Normalize(). More...
 

Macro Definition Documentation

◆ FN_NORMALIZE_FLAGS

#define FN_NORMALIZE_FLAGS
Value:
( wxPATH_NORM_DOTS | wxPATH_NORM_TILDE | wxPATH_NORM_ABSOLUTE | \
wxPATH_NORM_LONG | wxPATH_NORM_SHORTCUT )

Default flags to pass to wxFileName::Normalize().

Note
wxPATH_NORM_ALL is deprecated in wxWidgets 3.1 and later. wxPATH_NORM_ENV_VARS is not included because it has some known issues and we typically use our own ExpandEnvVarSubstitutions() for handling environment variable expansion. If ExpandEnvVarSubstitutions() is not used, logically or wxPATH_NORM_ENV_VARS to this.

Definition at line 39 of file wx_filename.h.