]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/filesysh.tex
typo fix
[wxWidgets.git] / docs / latex / wx / filesysh.tex
index 95ba252f4a529d4ea60219709f536722140ff1ed..5e5dde0980d45ed9eccf1a46b64660b59d69a13d 100644 (file)
@@ -18,6 +18,9 @@ are constructed.
 
 Also consult \helpref{list of available handlers}{fs}.
 
 
 Also consult \helpref{list of available handlers}{fs}.
 
+\perlnote{In wxPerl, you need to derive your file system handler class
+from Wx::PlFileSystemHandler.}
+
 \wxheading{Notes}
 
 \begin{itemize}\itemsep=0pt
 \wxheading{Notes}
 
 \begin{itemize}\itemsep=0pt
@@ -35,6 +38,10 @@ is always an {\bf absolute} path. You don't need to check the FS's current path.
 
 <wx/filesys.h>
 
 
 <wx/filesys.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{wxFileSystem}{wxfilesystem}, 
 \wxheading{See also}
 
 \helpref{wxFileSystem}{wxfilesystem}, 
@@ -54,7 +61,7 @@ Constructor.
 
 \func{virtual bool}{CanOpen}{\param{const wxString\& }{location}}
 
 
 \func{virtual bool}{CanOpen}{\param{const wxString\& }{location}}
 
-Returns TRUE if the handler is able to open this file. This function doesn't
+Returns true if the handler is able to open this file. This function doesn't
 check whether the file exists or not, it only checks if it knows the protocol.
 Example:
 
 check whether the file exists or not, it only checks if it knows the protocol.
 Example:
 
@@ -116,10 +123,10 @@ Example : GetRightLocation("file:myzipfile.zip\#zip:index.htm") == "index.htm"
 \func{virtual wxString}{FindFirst}{\param{const wxString\& }{wildcard}, \param{int }{flags = 0}}
 
 Works like \helpref{wxFindFirstFile}{wxfindfirstfile}. Returns name of the first
 \func{virtual wxString}{FindFirst}{\param{const wxString\& }{wildcard}, \param{int }{flags = 0}}
 
 Works like \helpref{wxFindFirstFile}{wxfindfirstfile}. Returns name of the first
-filename (withing filesystem's current path) that matches {\it wildcard}. {\it flags} may be one of
+filename (within filesystem's current path) that matches {\it wildcard}. {\it flags} may be one of
 wxFILE (only files), wxDIR (only directories) or 0 (both).
 
 wxFILE (only files), wxDIR (only directories) or 0 (both).
 
-This method is only called if \helpref{CanOpen}{wxfilesystemhandlercanopen} returns TRUE.
+This method is only called if \helpref{CanOpen}{wxfilesystemhandlercanopen} returns true.
 
 \membersection{wxFileSystemHandler::FindNext}\label{wxfilesystemhandlerfindnext}
 
 
 \membersection{wxFileSystemHandler::FindNext}\label{wxfilesystemhandlerfindnext}
 
@@ -127,7 +134,7 @@ This method is only called if \helpref{CanOpen}{wxfilesystemhandlercanopen} retu
 
 Returns next filename that matches parameters passed to \helpref{FindFirst}{wxfilesystemfindfirst}.
 
 
 Returns next filename that matches parameters passed to \helpref{FindFirst}{wxfilesystemfindfirst}.
 
-This method is only called if \helpref{CanOpen}{wxfilesystemhandlercanopen} returns TRUE and FindFirst
+This method is only called if \helpref{CanOpen}{wxfilesystemhandlercanopen} returns true and FindFirst
 returned a non-empty string.
 
 \membersection{wxFileSystemHandler::OpenFile}\label{wxfilesystemhandleropenfile}
 returned a non-empty string.
 
 \membersection{wxFileSystemHandler::OpenFile}\label{wxfilesystemhandleropenfile}