MCPcopy Create free account
hub / github.com/bumptop/BumpTop / GetAbsolutePidlFromAbsFilePath

Method GetAbsolutePidlFromAbsFilePath

trunk/win/Source/BT_WindowsOS.cpp:4355–4358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4353
4354
4355LPITEMIDLIST WindowsSystem::GetAbsolutePidlFromAbsFilePath( QString p )
4356{
4357 return getAbsolutePidlFromAbsFilePath((LPWSTR) p.utf16());
4358}
4359
4360LPITEMIDLIST WindowsSystem::GetRelativePidlFromAbsFilePath( QString p)
4361{

Callers 3

addFolderAsLibraryMethod · 0.80
getContextMenuMethod · 0.80

Calls 1

Tested by

no test coverage detected