FBX C++ API Reference
|
#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>
Go to the source code of this file.
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... | |
bool | 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... | |
FbxString FbxGetEnv | ( | const char * | pEnvVar | ) |
Retrieve the environment variable value.
FbxString FbxGetApplicationDirectory | ( | ) |
Get the application directory.
FbxString FbxGetSystemTempPath | ( | ) |
Retrieve the system temporary folder path name.
bool FbxSetSystemTempPath | ( | const char * | pPathUTF8 | ) |
Override the system temporary folder path name.
pPathUTF8 | The system temporary folder to use for override. |
FbxString FbxGetCurrentWorkPath | ( | ) |
Retrieve the working directory of the system in UTF8 format.
void FbxSetCurrentWorkPath | ( | const char * | pPath_UTF8 | ) |
Change the working directory of the system.