There is a read-only library function that takes a file as an argument. But I have a string.
How do I convert a string to a file, that if you read the file it will return this string? I don't want to write to disk.
There is a read-only library function that takes a file as an argument. But I have a string.
How do I convert a string to a file, that if you read the file it will return this string? I don't want to write to disk.