public static string GetAbsolutePath(string filePath) { var path = PathHelper.BaseDir() + filePath; return(path); }