fbxsdk/core/base/fbxutils.h File Reference

Classes

class  FbxPathUtils
 
class  FbxStatusGlobal
 Global accessor to an FbxStatus object. More...
 

Functions

FbxString FbxGetEnv (const char *pEnvVar)
 Retrieve the environment variable value. More...
 
FbxString FbxGetApplicationDirectory ()
 Get the application directory. More...
 
FbxString FbxGetSystemTempPath ()
 Retrieve the system temporary folder path name. More...
 
void FbxSetSystemTempPath (const char *pPathUTF8)
 Override the system temporary folder path name. More...
 
FbxString FbxGetCurrentWorkPath ()
 Retrieve the working directory of the system in UTF8 format. More...
 
void FbxSetCurrentWorkPath (const char *pPath_UTF8)
 Change the working directory of the system. More...
 

Function Documentation

FbxString FbxGetEnv ( const char *  pEnvVar)

Retrieve the environment variable value.

Returns
A new string containing the environment variable value.
FbxString FbxGetApplicationDirectory ( )

Get the application directory.

Returns
The application directory.
+ Examples:
FbxString FbxGetSystemTempPath ( )

Retrieve the system temporary folder path name.

Returns
A new string containing the system temporary folder path name.
void FbxSetSystemTempPath ( const char *  pPathUTF8)

Override the system temporary folder path name.

Parameters
pPathUTF8The system temporary folder to use for override.
FbxString FbxGetCurrentWorkPath ( )

Retrieve the working directory of the system in UTF8 format.

Returns
A string that contain the current working directory of the system.
+ Examples:
void FbxSetCurrentWorkPath ( const char *  pPath_UTF8)

Change the working directory of the system.

Go to the source code of this file.