fbxsdk/core/base/fbxutils.h File Reference
         
    
Retrieve the environment variable value. 
- Returns
 - A new string containing the environment variable value. 
 
 
 
Get the application directory. 
- Returns
 - The application directory. 
 
 
 
Retrieve the system temporary folder path name. 
- Returns
 - A new string containing the system temporary folder path name. 
 
 
 
      
        
          | bool FbxSetSystemTempPath  | 
          ( | 
          const char *  | 
          pPathUTF8 | ) | 
           | 
        
      
 
Override the system temporary folder path name. 
- Parameters
 - 
  
    | pPathUTF8 | The system temporary folder to use for override.  | 
  
   
- Returns
 - True if the system temporary folder path has been set and False otherwise. 
 
 
 
Retrieve the working directory of the system in UTF8 format. 
- Returns
 - A string that contain the current working directory of the system. 
 
 
 
      
        
          | void FbxSetCurrentWorkPath  | 
          ( | 
          const char *  | 
          pPath_UTF8 | ) | 
           | 
        
      
 
Change the working directory of the system. 
 
 
Go to the source code of this file.