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
file.name()
p = "a/b/" file.name p print "[" + p + "]" // prints: "[a/b" -- no closing "]"
The text was updated successfully, but these errors were encountered:
Probably found the trouble maker (from man 3 basename on Linux):
man 3 basename
Both dirname() and basename() may modify the contents of path, so it may be desirable to pass a copy when calling one of these functions.
Sorry, something went wrong.
Yes. strdup() fixed the issue on my machine.
strdup()
Fix for JoeStrout#157
ce50a35
file
8b5dfea
No branches or pull requests
The text was updated successfully, but these errors were encountered: