Add a function to DirAccess
to check which access the path belongs to.
#12358
shutaozhenzhen
started this conversation in
Engine Core
Replies: 1 comment 2 replies
-
The specific access would be based on if it's prefixed with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to check path input by user. Now I can use DirAccess.dir_exists_absolute to check if this path is a valid path. But I also want to know which access this path belongs to.
Beta Was this translation helpful? Give feedback.
All reactions