Idk if i agree if it is for a specific case. Proce...
# multiplatform
b
Idk if i agree if it is for a specific case. Processing the content of a file is universal to all languages. For my case I can use the
expect/actual
to acquire a
String
of file content by using a specific platform and process it from common. I guess my point is that it would be beneficial to have some ability to acquire the bytes of a file in and process them in an agnostic manner. Am I not interpreting the goal of multiplatform or what you're saying?