Skip to content

Document file permission requirements for file_exists function #4642

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

apigembp
Copy link

This PR updates the documentation for the file_exists function to clarify the file permission requirements on Linux. Specifically, it mentions that both read and execute permissions are required for the function to return true.

Changes:

  • Added details about Linux file permission requirements in the "Parameters" section of the file_exists function documentation.

This change ensures developers have a clearer understanding of the behavior of file_exists across different platforms (i've wasted an hour on finding hy it returned false on me).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant