Skip to content

Allowed passing validate file exists flag to Space::file()

Compare
Choose a tag to compare
@MacroMan MacroMan released this 11 Nov 09:57
· 4 commits to master since this release

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