#pragma once
#include <string>
namespace FileUtils {
std::string getBaseName( std::string sourceFile);
};