using System.IO; namespace NBF { public static class PathHelper { public static string GetFullPath(string path) { return Path.Combine("gfx", path); } } }