How to export text file on android

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By razor7131

I want to export my android game error log files, when I saved it with “user://” keyword I cant seem to find it anywhere, is there a way to export it into user home directory?

:bust_in_silhouette: Reply From: felaugmar

This can help you: get-system-dir
It should return the path you want in SystemDir.

With this you can set the ProjectSettings’s file log path.

Thank you! I’m not yet explore that part yet.

razor7131 | 2020-11-29 16:28