This fixes getCellsArray on Linux by checking the Operating System its running on before trying to list the directory because find behaves different on Linux, treating /b as a directory, where as a argument flag on windows.
Note: checking if pfile is nil might be good call here however redundant because we should never reach that state, as this could should also work on macos.
This fixes
getCellsArray
on Linux by checking the Operating System its running on before trying to list the directory because find behaves different on Linux, treating/b
as a directory, where as a argument flag on windows.Note: checking if pfile is nil might be good call here however redundant because we should never reach that state, as this could should also work on macos.