Julia needs at least some of the usual file/directory manipulation functions. Something like `stat`, for sure, as well as `readdir`, maybe `glob`. Also, this is a bug: ``` julia> is_file_readable(".") true ```
Julia needs at least some of the usual file/directory manipulation functions. Something like
stat, for sure, as well asreaddir, maybeglob.Also, this is a bug: