| 260 | if(findzipfile(filename)) return s; |
| 261 | #endif |
| 262 | loopv(packagedirs) |
| 263 | { |
| 264 | findfilelocation++; |
| 265 | formatstring(s)("%s%s", packagedirs[i], filename); |
| 266 | if(fileexists(s, mode)) return s; |
| 267 | } |
| 268 | findfilelocation = FFL_WORKDIR; |
| 269 | return filename; |
| 270 | } |
nothing calls this directly
no test coverage detected