-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
add details[nature] More details needed, some info missing. Documentation is incomplete.[nature] More details needed, some info missing. Documentation is incomplete.devTo be updated by the developers. Includes developer guidelines and many API elements.To be updated by the developers. Includes developer guidelines and many API elements.reference[location] Tarantool manual, Reference part[location] Tarantool manual, Reference part
Description
Product: Tarantool
Audience/target: dev
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/fio
Details
Tarantool version - 2.8.0-75-g6610bce9b (but actually all)
tarantool> fio.dirname('/x/')
---
- /
...
tarantool> fio.basename('/x/')
---
-
...Expected behavior
$ dirname '/x/'
/
$ basename '/x/'
x
Metadata
Metadata
Assignees
Labels
add details[nature] More details needed, some info missing. Documentation is incomplete.[nature] More details needed, some info missing. Documentation is incomplete.devTo be updated by the developers. Includes developer guidelines and many API elements.To be updated by the developers. Includes developer guidelines and many API elements.reference[location] Tarantool manual, Reference part[location] Tarantool manual, Reference part