Home
last modified time | relevance | path

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

/trunk/main/scripting/examples/java/Newsgroup/
H A DSubscribedNewsgroups.java91 File allNewsDirs[] = new File[ profiles.length ]; in getNewsGroups() local
94 allNewsDirs[i] = newsDir; in getNewsGroups()
100 for( int i=0; i < allNewsDirs.length; i++ ) { in getNewsGroups()
101 if( allNewsDirs[i] != null ) { in getNewsGroups()
114 File allMailrcs[] = findMailrcFiles( allNewsDirs ); in getNewsGroups()

Completed in 10 milliseconds