#include <UT_FileShortcutUtil.h>
Definition at line 24 of file UT_FileShortcutUtil.h.
UT_FileShortcutUtil::UT_FileShortcutUtil |
( |
| ) |
|
UT_FileShortcutUtil::~UT_FileShortcutUtil |
( |
| ) |
|
bool UT_FileShortcutUtil::create |
( |
const char * |
shortcut_path, |
|
|
const char * |
real_path |
|
) |
| const |
bool UT_FileShortcutUtil::resolve |
( |
const char * |
shortcut_path, |
|
|
UT_String & |
real_path, |
|
|
bool |
prompt_missing, |
|
|
bool * |
is_dir = NULL |
|
) |
| const |
Find the real path represented by the give shortcut. If prompt_missing is true, then when the OS fails to find the shortcut target it will ask the user. When given the is_dir flag, it will be set to true if the real path is a directory. This function returns true on success.
The documentation for this class was generated from the following file: