Hej!fso+openAsTextStream
Jag undrar vad det är för skillnad mellan metoderna:
OpenAsTextStream och OpenTextFile!
Så vitt jag förstår kan val göras för att skriva till fil i båda fallen!?
Detta beskrivs för dem båda: "Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file."
...men hittar denna skillnad i argumenten!
openTextFile: "Required. Object is always the name of a FileSystemObject."
openAsTextStream: "Required. Always the name of a File object."
Remarks:
The OpenAsTextStream method provides the same functionality as the OpenTextFile method of the FileSystemObject. In addition, the OpenAsTextStream method can be used to write to a file." ???
-och det är precis det som jag pysslar med i openTextFile(:-)
i vilket sammanhang är det ena bättre än det andra...
skulle vara bra att veta, tack på förhand!
/eva