fbxsdk/core/base/fbxutils.h File Reference

fbxutils.h File Reference
+ This reference page is linked to from the following overview topics:

Classes

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

Functions

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

Function Documentation

FBXSDK_DLL FbxString FbxGetEnv ( const char *  pEnvVar)

Retrieve the environment variable value.

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

Get the application directory.

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

Retrieve the system temporary folder path name.

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

Override the system temporary folder path name.

Parameters
pPathUTF8The system temporary folder to use for override.
FBXSDK_DLL 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:
FBXSDK_DLL void FbxSetCurrentWorkPath ( const char *  pPath_UTF8)

Change the working directory of the system.

Go to the source code of this file.