Skip to content

ispath returning false positive result for the given argument #51710

Description

julia> ispath("/tmp")
true

julia> ispath("1")
false

julia> ispath(1)
true

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    filesystemUnderlying file system and functions that use it

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions