Just a small question regarding the IoA search function.
To set which path the search function is to search, I alter this line:
Code:
Search_Path=d:\ioftpd\site|/|3
The problem is, that my site is using several different drives to carry different sections, and using the above search_path those sections will not be searched.
I've tried to write the search path like this:
Code:
Search_Path=d:\ioftpd\site|/|3,h:\dvdr|/dvdr|1
Search_Path=d:\ioftpd\site|/|3 h:\dvdr|/dvdr|1
Search_Path=d:\ioftpd\site|/|3|h:\dvdr|/dvdr|1
Just longshots. But to no avail. I just get a syntax error output.
So, I wonder if it's possible to add more paths. Is it? Maybe I'm just missing something.