#include
<fbxsdk/fbxsdk_def.h>#include <fbxsdk/core/base/fbxstring.h>#include <fbxsdk/fbxsdk_nsbegin.h>#include <fbxsdk/fbxsdk_nsend.h>Go to the source code of this file.
Classes |
|
| class | FbxPathUtils |
Functions |
|
| FBXSDK_DLL FbxString | FbxGetEnv (const char *pEnvVar) |
| Retrieve the environment variable value.
|
|
| FBXSDK_DLL FbxString | FbxGetSystemTempPath () |
| Retrieve the system temporary folder path
name. |
|
| FBXSDK_DLL void | FbxSetCurrentWorkPath (const char *pPath_UTF8) |
| Change the working directory of the system.
|
|
| FBXSDK_DLL FbxString | FbxGetCurrentWorkPath () |
| Retrieve the working directory of the system
in UTF8 format. |
|
Definition in file fbxutils.h.
| FBXSDK_DLL FbxString FbxGetEnv | ( | const char * | pEnvVar | ) |
Retrieve the environment variable value.
| FBXSDK_DLL FbxString FbxGetSystemTempPath | ( | ) |
Retrieve the system temporary folder path name.
| FBXSDK_DLL void FbxSetCurrentWorkPath | ( | const char * | pPath_UTF8 | ) |
Change the working directory of the system.
| FBXSDK_DLL FbxString FbxGetCurrentWorkPath | ( | ) |
Retrieve the working directory of the system in UTF8 format.