| 248 | static const wxString PLIST_LABEL = wxT("org.amule.amule"); |
| 249 | |
| 250 | static wxString PlistPath() |
| 251 | { |
| 252 | return wxGetUserHome() + wxT("/Library/LaunchAgents/") + PLIST_LABEL + wxT(".plist"); |
| 253 | } |
| 254 | |
| 255 | wxString BackendReadTargetPath() |
| 256 | { |
no outgoing calls
no test coverage detected