Add a way to get the file name from a Reader in the OpenBinary module
guilhermebodin opened this issue · 0 comments
guilhermebodin commented
This should return the correct name of the file
ior = PSRI.open(
PSRI.OpenBinary.Reader,
file
)
filename(ior) = ...