AMPXI:IsImportDatabaseInitialized: Difference between revisions
TimmSkiller (talk | contribs) fixed wrong possible output values |
TimmSkiller (talk | contribs) No edit summary |
||
Line 30: | Line 30: | ||
=Description= | =Description= | ||
Returns whether cleanup is required. In general, this checks the import.db for the specified media type. If any entries are found that are marked as fully installed (not pending), this returns true. | |||
However, for NAND, this first checks whether a) <code>nand:/data</code> contains more than one file/directory, and b) whether <code>nand:/data/<ID0></code> exists. If either of these conditions are met, this returns true without further checking the NAND import database. | |||