Allowed passing validate file exists flag to Space::file()
If performing file operations in a loop, calling Space::file()
can be slow. You can now pass a boolean as the second parameter to disable checking the file exists, which will speed up the process