Variable FileLineGetter.searchDirectory

You can set this property to tell it where to search for the files to complete.

class FileLineGetter
{
  // ...
  string searchDirectory = ".";
  // ...
}