foundationdb icon indicating copy to clipboard operation
foundationdb copied to clipboard

Use pathlib.Path in Directory layer in Python bindings if possible

Open sepeth opened this issue 1 year ago • 0 comments

Currently path handling done internally with tuples via _to_unicode_path function in bindings/python/fdb/directory_impl.py. Maybe it is better to do this via pathlib.Path. This came up in a discussion in #11418.

sepeth avatar May 23 '24 06:05 sepeth