/** | |
* Copyright (c) 2013-2015, Christopher Jeffrey, Peter Sunde (MIT License) | |
* Copyright (c) 2016, Daniel Imms (MIT License). | |
* Copyright (c) 2018, Microsoft Corporation (MIT License). | |
*/ | |
namespace path_util { | |
const wchar_t* to_wstring(const Nan::Utf8String& str); | |
bool file_exists(std::wstring filename); | |
std::wstring get_shell_path(std::wstring filename); | |
} // namespace path_util | |