RobotStudio event

5.14 FPSDK - Local directory out of space

Hi

I'm having trouble moving a file to the local directory from the remote directory.
When I try and copy a file using GetFile(), an exception (0xC0040608 | The local device is full.) is thrown. I have tested the same code with smaller files and it seems to work (no exception thrown). The file in question is approximately 6 megabytes, which doesn't seem that large.

What are the file size limitations of the local directory (I read that it was on a RAMDISK?)

Is it possible to move it to an SD card?

Is there any other way I can do this without splitting the file?