| 251 | } |
| 252 | |
| 253 | std::string GetAbsoluteUtf8Path( |
| 254 | std::string const& FileName) |
| 255 | { |
| 256 | return Mile::ToString( |
| 257 | CP_UTF8, |
| 258 | ::GetAbsolutePath(Mile::ToWideString(CP_UTF8, FileName))); |
| 259 | } |
| 260 | |
| 261 | std::wstring GetDisplayNameFromShellItem( |
| 262 | _In_ IShellItem* Object, |
no test coverage detected