Home
last modified time | relevance | path

Searched refs:GetNzbDir (Results 1 – 3 of 3) sorted by relevance

/dports/news/nzbget/nzbget-21.1/daemon/queue/
H A DScanner.cpp113 CheckIncomingNzbs(g_Options->GetNzbDir(), "", checkStat); in ServiceWork()
117 CheckIncomingNzbs(g_Options->GetNzbDir(), "", checkStat); in ServiceWork()
553 BString<1024> scanFileName("%s%c%s", g_Options->GetNzbDir(), PATH_SEPARATOR, *validNzbName); in AddExternalFile()
567 scanFileName.Format("%s%c%s_%i.%s", g_Options->GetNzbDir(), in AddExternalFile()
572 scanFileName.Format("%s%c%s_%i", g_Options->GetNzbDir(), in AddExternalFile()
/dports/news/nzbget/nzbget-21.1/daemon/main/
H A DOptions.h201 const char* GetNzbDir() { return m_nzbDir; } in GetNzbDir() function
/dports/news/nzbget/nzbget-21.1/daemon/windows/
H A DWinConsole.cpp349 ShowInExplorer(g_Options->GetNzbDir()); in ShowMenu()