git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18218
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Returns actual path (set by \helpref{ChangePathTo}{wxfilesystemchangepathto}).
Returns actual path (set by \helpref{ChangePathTo}{wxfilesystemchangepathto}).
+\membersection{wxFileSystem::FileNameToURL}\label{wxfilesystemfilenametourl}
+
+\func{static wxString}{FileNameToURL}{\param{wxFileName }{filename}}
+
+Converts filename into URL.
+
+\wxheading{See also}
+
+\helpref{wxFileSystem::URLToFileName}{wxfilesystemurltofilename},
+\helpref{wxFileName}{wxfilename}
\membersection{wxFileSystem::FindFirst}\label{wxfilesystemfindfirst}
\membersection{wxFileSystem::FindFirst}\label{wxfilesystemfindfirst}
(based on value passed to ChangePathTo() method) and then as an
absolute path.
(based on value passed to ChangePathTo() method) and then as an
absolute path.
+\membersection{wxFileSystem::URLToFileName}\label{wxfilesystemurltofilename}
+
+\func{static wxFileName}{URLToFileName}{\param{const wxString& }{url}}
+
+Converts URL into well-formed filename. The URL must use {\tt file}
+protocol.
+
+\wxheading{See also}
+
+\helpref{wxFileSystem::FileNameToURL}{wxfilesystemfilenametourl},
+\helpref{wxFileName}{wxfilename}