Changeset 10818 for OpenSceneGraph/trunk/include/osgDB/FileUtils
- Timestamp:
- 11/23/09 11:19:37 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osgDB/FileUtils (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osgDB/FileUtils
r10171 r10818 41 41 extern OSGDB_EXPORT bool makeDirectoryForFile( const std::string &filePath ); 42 42 43 // Get current working directory. 44 extern OSGDB_EXPORT std::string getCurrentWorkingDirectory( void ); 45 46 // Set current working directory. 47 extern OSGDB_EXPORT bool setCurrentWorkingDirectory( const std::string &newCurrentWorkingDirectory ); 48 43 49 44 50 /** return true if a file exists. */ … … 91 97 extern OSGDB_EXPORT std::string findLibraryFile(const std::string& filename,CaseSensitivity caseSensitivity=CASE_SENSITIVE); 92 98 93 /** convert a string containing a list of paths delimited either with ';' (Windows) or ':' (All other platforms) into FilePath representation.*/99 /** convert a string containing a list of paths delimited either with ';' (Windows) or ':' (All other platforms) into FilePath representation.*/ 94 100 extern OSGDB_EXPORT void convertStringPathIntoFilePathList(const std::string& paths,FilePathList& filepath); 95 101
