MetadataFilepath is the absolute path to the exercise metadata.
()
| 36 | |
| 37 | // MetadataFilepath is the absolute path to the exercise metadata. |
| 38 | func (e Exercise) MetadataFilepath() string { |
| 39 | return filepath.Join(e.Filepath(), metadataFilepath) |
| 40 | } |
| 41 | |
| 42 | // LegacyMetadataFilepath is the absolute path to the legacy exercise metadata. |
| 43 | func (e Exercise) LegacyMetadataFilepath() string { |