(&self)
| 61 | } |
| 62 | |
| 63 | pub fn get_firedbg_target_dir(&self) -> String { |
| 64 | format!( |
| 65 | "{}/{}/{}", |
| 66 | self.root_dir, |
| 67 | Self::FIREDBG_DIR, |
| 68 | Self::FIREDBG_TARGET_DIR, |
| 69 | ) |
| 70 | } |
| 71 | |
| 72 | pub fn get_version_path(&self) -> String { |
| 73 | format!("{}/{}/version.toml", self.root_dir, Self::FIREDBG_DIR) |