Has anybody used the Mircosoft Scripting Runtime Object to select a file .... use the "OpenAsTextStream" ... then actually read in a file in order to write it to say , a BLOB file???
Looking for documentation but finding none..
Thanks .. Bill
Printable View
Has anybody used the Mircosoft Scripting Runtime Object to select a file .... use the "OpenAsTextStream" ... then actually read in a file in order to write it to say , a BLOB file???
Looking for documentation but finding none..
Thanks .. Bill
I use the Scripting runtime fairly extensively for reading / writing text files. Since the TextStream object gets the next line of text up to the End of Line Character, I do not think that it is at all suited to trying to operate on Binary Large Objects, since it will only return the entire file (if it returns anything).
You may need to revert to the generic file tools in order to operate on your files.