![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | MEDBVLL |
For instance “user://Game/saves/filesave00.json” → “C:\Users\myUser\AppData\Roaming\Game\saves\filesave00.json” ?
![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | MEDBVLL |
For instance “user://Game/saves/filesave00.json” → “C:\Users\myUser\AppData\Roaming\Game\saves\filesave00.json” ?
![]() |
Reply From: | jgodfrey |
Use ProjectSettings.globalize_path()
, like:
var path = "user://myfile.txt"
print(ProjectSettings.globalize_path(path))