Skip to content

Instantly share code, notes, and snippets.

@jmfayard
Created July 13, 2021 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmfayard/3e1ebb77bf90aa363cf24a6710baba1a to your computer and use it in GitHub Desktop.
Save jmfayard/3e1ebb77bf90aa363cf24a6710baba1a to your computer and use it in GitHub Desktop.
// nativeMain
actual fun fileIsReadable(filePath: String): Boolean =
access(filePath, R_OK ) == 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment