You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make this work cleanly, games should no longer be stored directly in the Documents folder, instead they should be stored in a subfolder.
Importing a .zip file is more difficult than exporting because the .zip file might contain just about anything. Importing should still be supported because it allows the user to use the export function as a backup, and the import function as a restore.
Some ideas for managing an import:
Extract the content of the .zip file, then recursively iterate the resulting folder structure and import only files with the extension .sgf.
To make this work cleanly, games should no longer be stored directly in the
Documents
folder, instead they should be stored in a subfolder.Importing a .zip file is more difficult than exporting because the .zip file might contain just about anything. Importing should still be supported because it allows the user to use the export function as a backup, and the import function as a restore.
Some ideas for managing an import:
The text was updated successfully, but these errors were encountered: