aboutsummaryrefslogtreecommitdiff
path: root/Src/Wasabi/bfc/string/PathString.cpp
blob: 5bbd87560cf4cffb7ce3b84c8a673efe88a484ff (plain) (blame)
1
2
3
4
5
6
7
#include "PathString.h"
#include <shlwapi.h>

PathString::PathString(const wchar_t *directory, const wchar_t *filename)
{
	PathCombineW(path, directory, filename);
}