Go to the documentation of this file.00001
00002 #ifndef vul_expand_path_h_
00003 #define vul_expand_path_h_
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030 #include <vcl_string.h>
00031 #include <vxl_config.h>
00032
00033
00034 vcl_string vul_expand_path(vcl_string path);
00035
00036
00037 vcl_string vul_expand_path_uncached (vcl_string path);
00038
00039 #if defined(VCL_WIN32) && VXL_USE_WIN_WCHAR_T
00040
00041
00042 std::wstring vul_expand_path(std::wstring path);
00043
00044
00045 std::wstring vul_expand_path_uncached (std::wstring path);
00046
00047 #endif
00048
00049 #endif // vul_expand_path_h_