]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/filename.tex
More doxygen topic overview cleanup.
[wxWidgets.git] / docs / latex / wx / filename.tex
index 2ec4d49ad60abf66774f67c61d90952675ef2f62..870e8a53d8f696827f28597f8b9733a8713948a3 100644 (file)
@@ -24,14 +24,14 @@ make sure not to misuse the file name part of this class with the last
 directory. Instead initialize the wxFileName instance like this:
 
 \begin{verbatim}
 directory. Instead initialize the wxFileName instance like this:
 
 \begin{verbatim}
-wxFileName dirname( wxT("C:\mydir"), wxEmptyString );
+wxFileName dirname( "C:\mydir", "" );
 MyMethod( dirname.GetPath() );
 \end{verbatim}
 
 The same can be done using the static method \helpref{wxFileName::DirName}{wxfilenamedirname}:
 
 \begin{verbatim}
 MyMethod( dirname.GetPath() );
 \end{verbatim}
 
 The same can be done using the static method \helpref{wxFileName::DirName}{wxfilenamedirname}:
 
 \begin{verbatim}
-wxFileName dirname = wxFileName::DirName( wxT("C:\mydir") );
+wxFileName dirname = wxFileName::DirName( "C:\mydir" );
 MyMethod( dirname.GetPath() );
 \end{verbatim}
 
 MyMethod( dirname.GetPath() );
 \end{verbatim}
 
@@ -68,6 +68,10 @@ No base class
 
 <wx/filename.h>
 
 
 <wx/filename.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \wxheading{Data structures}
 
 Many wxFileName methods accept the path format argument which is by\rtfsp
 \wxheading{Data structures}
 
 Many wxFileName methods accept the path format argument which is by\rtfsp
@@ -84,7 +88,7 @@ enum wxPathFormat
     wxPATH_NATIVE = 0,      // the path format for the current platform
     wxPATH_UNIX,
     wxPATH_BEOS = wxPATH_UNIX,
     wxPATH_NATIVE = 0,      // the path format for the current platform
     wxPATH_UNIX,
     wxPATH_BEOS = wxPATH_UNIX,
-    wxPATH_MAC,
+    wxPATH_MAC,             // the old HFS format, deprecated
     wxPATH_DOS,
     wxPATH_WIN = wxPATH_DOS,
     wxPATH_OS2 = wxPATH_DOS,
     wxPATH_DOS,
     wxPATH_WIN = wxPATH_DOS,
     wxPATH_OS2 = wxPATH_DOS,