Where are save files (.sol
) located on macOS?
#15177
-
Where are save files ( |
Beta Was this translation helpful? Give feedback.
Answered by
danielhjacobs
Feb 9, 2024
Replies: 1 comment 1 reply
-
https://docs.rs/dirs/latest/dirs/fn.data_local_dir.html macOS:
Windows: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rafrafek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.rs/dirs/latest/dirs/fn.data_local_dir.html
Examples:
Linux:
/home/alice/.local/share/ruffle
macOS:
/Users/Alice/Library/Application Support/ruffle
Note: Depending on the level of trust your device attributes to the download, this can be the physical directory or the virtual/sandboxed version of it.
example:
Windows:
C:\Users\Alice\AppData\Local\Ruffle