public static string CreatePaintFilename(string name) { return("Paint/" + IOUtilities.CreateUniqueName(name) + ".obj"); }