\begin{verbatim}
ChangePathTo("dir/subdir/xh.htm");
ChangePathTo("dir/subdir", true);
-C hangePathTo("dir/subdir/", true);
+ ChangePathTo("dir/subdir/", true);
\end{verbatim}
\wxheading{Parameters}
Opens the file and returns a pointer to a \helpref{wxFSFile}{wxfsfile} object
or NULL if failed. It first tries to open the file in relative scope
(based on value passed to ChangePathTo() method) and then as an
-absolute path.
+absolute path. Note that the user is responsible for deleting the returned
+wxFSFile.
\membersection{wxFileSystem::URLToFileName}\label{wxfilesystemurltofilename}