Results 12 comments of Chris Taylor

Removing this line `Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator.php:68` which is: ``` $basePath .= $this->directorySeparator; ``` seems to fix the problem on Windows.

Here are `var_dump`s of the return value of `current()`. I'm looking for file `bar.txt` in the remote folder `/home/george/subfolder`. line 68 present: ``` class Symfony\Component\Finder\SplFileInfo#138 (4) { private $relativePath =>...