Create file in memory using python and assign a name to file (universal naming convention)?
15:31 21 Oct 2021

Using a library such as Python's io, I can create a file e.g. csv format, in memory. However, I cannot get a UNC (Universal Naming Convention) referencing this file. How would I be able to assign such a name to an in-memory file created by Python?

python unc in-memory bytesio