#pragma once
#include <string>

std::wstring AddEndingSlashIfNotExists(std::wstring directory);
