We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On 0.7
julia> using FilePathsBase julia> path = Path(pwd()) julia> endswith(path, "/") ERROR: MethodError: no method matching isvalid(::PosixPath, ::Int64) Closest candidates are: isvalid(::AbstractString, ::Integer) at strings/basic.jl:121 isvalid(::String, ::Int64) at strings/string.jl:301 isvalid(::SubString, ::Integer) at strings/substring.jl:80 ... Stacktrace: [1] isvalid at ./strings/basic.jl:121 [inlined] [2] getindex(::PosixPath, ::Int64) at ./strings/basic.jl:163 [3] iterate at ./strings/basic.jl:677 [inlined] (repeats 2 times) [4] Type at ./iterators.jl:1038 [inlined] [5] endswith(::PosixPath, ::String) at ./strings/util.jl:42 [6] top-level scope at none:0
The text was updated successfully, but these errors were encountered:
See #15
Sorry, something went wrong.
No branches or pull requests
On 0.7
The text was updated successfully, but these errors were encountered: