HDK
|
#include "FS_API.h"
#include <UT/UT_NonCopyable.h>
#include <UT/UT_String.h>
#include <UT/UT_ValArray.h>
Go to the source code of this file.
Classes | |
class | UT_PathFile |
Macros | |
#define | UT_NOSAVE_HINT ".nosave" |
#define | UT_HIDE_HINT ".hide" |
#define | UT_APPEND_HINT ".append" |
Typedefs | |
typedef int(* | fs_path_compare_func_t )(UT_PathFileInfo *const *, UT_PathFileInfo *const *) |
Functions | |
FS_API bool | UTfindPreferenceFile (int path_id, const char *filename, UT_String &result, bool &no_save) |
#define UT_APPEND_HINT ".append" |
Definition at line 31 of file UT_PathFile.h.
#define UT_HIDE_HINT ".hide" |
Definition at line 30 of file UT_PathFile.h.
#define UT_NOSAVE_HINT ".nosave" |
Definition at line 29 of file UT_PathFile.h.
typedef int(* fs_path_compare_func_t)(UT_PathFileInfo *const *, UT_PathFileInfo *const *) |
Definition at line 33 of file UT_PathFile.h.