This reference page is linked to from the following overview topics: Customizing File Formats with FBX SDK I/O Plug-ins.
#include <fbxsdk/fbxsdk_def.h>#include <fbxsdk/core/base/fbxstring.h>#include <fbxsdk/core/base/fbxstatus.h>#include <fbxsdk/fbxsdk_nsbegin.h>#include <fbxsdk/fbxsdk_nsend.h>Definition in file fbxutils.h.
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.
|
|
| FBXSDK_DLL FbxString | FbxGetApplicationDirectory () |
| Get the application directory. |
|
| FBXSDK_DLL FbxString | FbxGetSystemTempPath () |
| Retrieve the system temporary folder path
name. |
|
| FBXSDK_DLL void | FbxSetSystemTempPath (const char *pPathUTF8) |
| Override the system temporary folder path
name. |
|
| FBXSDK_DLL FbxString | FbxGetCurrentWorkPath () |
| Retrieve the working directory of the system
in UTF8 format. |
|
| FBXSDK_DLL void | FbxSetCurrentWorkPath (const char *pPath_UTF8) |
| Change the working directory of the system.
|
|
| FBXSDK_DLL FbxString FbxGetEnv | ( | const char * | pEnvVar | ) |
Retrieve the environment variable value.
| FBXSDK_DLL FbxString FbxGetApplicationDirectory | ( | ) |
Get the application directory.
| FBXSDK_DLL FbxString FbxGetSystemTempPath | ( | ) |
Retrieve the system temporary folder path name.
| FBXSDK_DLL void FbxSetSystemTempPath | ( | const char * | pPathUTF8 | ) |
Override the system temporary folder path name.
| pPathUTF8 | The system temporary folder to use for override. |
| FBXSDK_DLL FbxString FbxGetCurrentWorkPath | ( | ) |
Retrieve the working directory of the system in UTF8 format.
| FBXSDK_DLL void FbxSetCurrentWorkPath | ( | const char * | pPath_UTF8 | ) |
Change the working directory of the system.