public static string GetInfoFilePath( this SMCollection collection, string fileName) { return(collection.CombinePath(SMConst.Paths.InfoFolder, fileName)); }
public static string GetRtfFilePath( this SMCollection collection, IRegistryFileDescriptor fileDesc) { return(collection.CombinePath(SMConst.Paths.RegistryFolder, fileDesc.RtfFileName)); }