|
SmartFolder
1.0
SmartFolder is a way to search files on your system and group the results. The program will interpret search queries and create a folder with symbolic links to all the found matches.
|
Source file that contains the implementation for our background process computation. More...
#include "Daemon.h"
Functions | |
| void | incrementalSearch (const char **expression, int exprLen, char *searchFolder, char *smartFolder, HashSet *files, List *filesList) |
Source file that contains the implementation for our background process computation.
| void incrementalSearch | ( | const char ** | expression, |
| int | exprLen, | ||
| char * | searchFolder, | ||
| char * | smartFolder, | ||
| HashSet * | files, | ||
| List * | filesList | ||
| ) |
Function that will run in the background and update the SmartFolder
| expression | The search expression as an array of terms |
| exprLen | The number of terms of the expression |
| searchFolder | The path of the folder that we search in |
| smartFolder | The path of the SmartFolder |
| files | An HashSet of the files that already match our expression |
| filesList | A list of the files already in our SmartFolder |