public static string GetNodeNamePostfix(this IVirtualFile file) { if (file is DiskFile) { return(""); } return(":" + file.GetType().FullName); }