(int profile)
| 1755 | } |
| 1756 | |
| 1757 | public File getSettingsFile(int profile) { |
| 1758 | if (profile == 0) |
| 1759 | return propsFile; |
| 1760 | return new File(propsFile.getAbsolutePath() + ".profile" + profile); |
| 1761 | } |
| 1762 | |
| 1763 | File propsFile; |
| 1764 | private static final String SETTINGS_FILE_NAME = "cr3.ini"; |
no outgoing calls
no test coverage detected