LegacyMetadataFilepath is the absolute path to the legacy exercise metadata.
()
| 41 | |
| 42 | // LegacyMetadataFilepath is the absolute path to the legacy exercise metadata. |
| 43 | func (e Exercise) LegacyMetadataFilepath() string { |
| 44 | return filepath.Join(e.Filepath(), legacyMetadataFilename) |
| 45 | } |
| 46 | |
| 47 | // MetadataDir returns the directory that the exercise metadata lives in. |
| 48 | // For now this is the exercise directory. |