OpenSceneGraph/doc/doc++/osgDB/findFileInDirectory.html
2001-12-24 21:56:22 +00:00

24 lines
1.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>OSGDB_EXPORT extern std::string osgDB::findFileInDirectory</TITLE>
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.8">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H2>OSGDB_EXPORT extern std::string <A HREF="#DOC.DOCU">osgDB::findFileInDirectory</A></H2><H2>(const std::string&amp; fileName,<BR>&nbsp; const std::string&amp; dirName,<BR>&nbsp; bool caseInsensitive=false)</H2><BLOCKQUOTE>return the directory/filename of a file if its is contained within specified directory.</BLOCKQUOTE>
<A NAME="DOC.DOCU"></A>
<HR>
<H2>Documentation</H2>
<BLOCKQUOTE>return the directory/filename of a file if its is contained within specified directory.
return "" if directory does not contain file. If caseInsensitive is set to true then
a case insensitive comparison is used to compare fileName to directory contents.
This is useful when unix programs attempt read case insentive windows filenames.</BLOCKQUOTE>
<DL><DT><DD></DL><P><P><I><A HREF="index.html">Alphabetic index</A></I> <I><A HREF="HIER.html">HTML hierarchy of classes</A> or <A HREF="HIERjava.html">Java</A></I></P><HR>
<BR>
This page was generated with the help of <A HREF="http://docpp.sourceforge.net">DOC++</A>.
</BODY>
</HTML>