-
Notifications
You must be signed in to change notification settings - Fork 4
prefetch.cache.ini
mhtvsSFrpHdE edited this page Dec 24, 2022
·
7 revisions
See Basic to know config syntax.
This file is automatically generated, so unless you are doing tool chain,
no need to understand cache file internal (skip reading this document).
Delete the file before run prefetch if you want to scan again.
Cached scan file result save at here.
- File path is split by
/
- Key name must be continuous integer and start from
0
Good example:
0=C:/Folder/1.log
1=C:/Fol der/I have space in file name.ico
2=C:/Folder/3.dll
Bad example:
// Key name is not integer
FirefoxDll1=C:/Firefox/xul.dll
// Key name is not start from 0
// Key name is not continuous
2=C:/Folder/1.log
4=C:/Fol der/I have space in file name.ico
6=C:/Folder/3.dll
Array size of ScanFolder
, notice a count is start from 1
,
so if last file have a key as 18
, size will be 19
.