| 99 | | // |
| 100 | | // |
| 101 | | // /** Deprecated. */ |
| 102 | | // inline std::string findFileInDirectory(const std::string& fileName,const std::string& dirName,bool caseInsensitive) |
| 103 | | // { |
| 104 | | // return findFileInDirectory(fileName,dirName,caseInsensitive?CASE_SENSITIVE:CASE_INSENSITIVE); |
| 105 | | // } |
| 106 | | // |
| | 99 | /** convert a string containing a list of paths deliminated either with ';' (Windows) or ':' (All other platforms) into FilePath represetation.*/ |
| | 100 | extern OSGDB_EXPORT void convertStringPathIntoFilePathList(const std::string& paths,FilePathList& filepath); |
| | 101 | |
| | 102 | extern OSGDB_EXPORT void appendPlatformSpecificLibraryFilePaths(FilePathList& filepath); |