Try fix file paths in the loaded file.
This helps when you want to copy resources to an other system.
Example when you load C:\Users\Exeldro\Downloads\scene.json
and that refers to C:\Users\Test\Pictures\Exeldro.jpg, but that can't be found, it will try:
C:\Users\Exeldro\Downloads\Exeldro.jpg
C:\Users\Exeldro\Downloads\Pictures\Exeldro.jpg
C:\Users\Exeldro\Downloads\Test\Pictures\Exeldro.jpg
C:\Users\Exeldro\Downloads\Users\Test\Pictures\Exeldro.jpg