Skip to content

Add check to validate that the correct directory access has been granted - #55

Merged
syntaxerror247 merged 1 commit into
godotengine:mainfrom
syntaxerror247:directory-checks
Jul 19, 2026
Merged

Add check to validate that the correct directory access has been granted#55
syntaxerror247 merged 1 commit into
godotengine:mainfrom
syntaxerror247:directory-checks

Conversation

@syntaxerror247

@syntaxerror247 syntaxerror247 commented Jul 18, 2026

Copy link
Copy Markdown
Member

This only checks whether the selected directory contains a project.godot file. It helps catch cases where the user selects a non-Godot directory, such as the parent directory of the project or one of its subdirectories.

It won't detect if the user selects a different project, but the chances of accidentally selecting another project's directory is low.

Unfortunately, we don't have much options here to validate this due to Android OS limitations.

closes #30

@syntaxerror247 syntaxerror247 added the enhancement New feature or request label Jul 19, 2026
@syntaxerror247
syntaxerror247 merged commit ce15dad into godotengine:main Jul 19, 2026
1 check passed
@syntaxerror247
syntaxerror247 deleted the directory-checks branch July 19, 2026 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Looking for the existing file but reporting an error.

2 participants