X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f0e8a2d07799ba3a8d03487dfc181d7f5a38a2ad..6a27c749b302e17446080bb232ef8010b60f3d00:/docs/latex/wx/filename.tex diff --git a/docs/latex/wx/filename.tex b/docs/latex/wx/filename.tex index deef7473ff..2270beb009 100644 --- a/docs/latex/wx/filename.tex +++ b/docs/latex/wx/filename.tex @@ -107,13 +107,15 @@ or \helpref{$==$}{wxfilenameoperatorequal}. \membersection{File name components}\label{filenamecomponents} -These functions allow to examine and modify the directories of the path: +These functions allow to examine and modify the individual directories of the +path: \helpref{AppendDir}{wxfilenameappenddir}\\ \helpref{InsertDir}{wxfilenameinsertdir}\\ \helpref{GetDirCount}{wxfilenamegetdircount} \helpref{PrependDir}{wxfilenameprependdir}\\ -\helpref{RemoveDir}{wxfilenameremovedir} +\helpref{RemoveDir}{wxfilenameremovedir}\\ +\helpref{RemoveLastDir}{wxfilenameremovelastdir} To change the components of the file name individually you can use the following functions: @@ -535,7 +537,7 @@ Returns {\tt true} if a volume specifier is present. \membersection{wxFileName::InsertDir}\label{wxfilenameinsertdir} -\func{void}{InsertDir}{\param{int }{before}, \param{const wxString\& }{dir}} +\func{void}{InsertDir}{\param{size\_t }{before}, \param{const wxString\& }{dir}} Inserts a directory component before the zero-based position in the directory list. Please see \helpref{AppendDir}{wxfilenameappenddir} for important notes. @@ -589,6 +591,23 @@ directory or file really exists, you should use \helpref{DirExists}{wxfilenamedirexists} or \helpref{FileExists}{wxfilenamefileexists} for this. +\membersection{wxFileName::MacFindDefaultTypeAndCreator}\label{wxfilenamemacfinddefaulttypeandcreator} + +\func{static bool}{MacFindDefaultTypeAndCreator}{\param{const wxString\& }{ext}, \param{wxUint32* }{type}, \param{wxUint32* }{creator}} + +On Mac OS, gets the common type and creator for the given extension. + +\membersection{wxFileName::MacRegisterDefaultTypeAndCreator}\label{wxfilenamemacregisterdefaulttypeandcreator} + +\func{static void}{MacRegisterDefaultTypeAndCreator}{\param{const wxString\& }{ext}, \param{wxUint32 }{type}, \param{wxUint32 }{creator}} + +On Mac OS, registers application defined extensions and their default type and creator. + +\membersection{wxFileName::MacSetDefaultTypeAndCreator}\label{wxfilenamemacsetdefaulttypeandcreator} + +\func{bool}{MacSetDefaultTypeAndCreator}{\void} + +On Mac OS, looks up the appropriate type and creator from the registration and then sets it. \membersection{wxFileName::MakeAbsolute}\label{wxfilenamemakeabsolute} @@ -688,9 +707,20 @@ Prepends a directory to the file path. Please see \membersection{wxFileName::RemoveDir}\label{wxfilenameremovedir} -\func{void}{RemoveDir}{\param{int }{pos}} +\func{void}{RemoveDir}{\param{size\_t }{pos}} + +Removes the specified directory component from the path. + +\wxheading{See also} + +\helpref{GetDirCount}{wxfilenamegetdircount} + + +\membersection{wxFileName::RemoveLastDir}\label{wxfilenameremovelastdir} + +\func{void}{RemoveLastDir}{\void} -Removes a directory name. +Removes last directory component from the path. \membersection{wxFileName::Rmdir}\label{wxfilenamermdir}