Hi gents,
I have a very basic question.
I'm working with c# script and want to read data from a text file
placed on my PC.
I didn't find code examples about using FileSystemObject in C#
scripting.
Is there someone who can help me?
Thank you very much.
Ilaria Rizzo.
Mythran - 29 Jul 2006 00:58 GMT
> Hi gents,
> I have a very basic question.
[quoted text clipped - 6 lines]
> Thank you very much.
> Ilaria Rizzo.
C#:
Look up System.IO.TextReader and System.IO.File objects in MSDN :)
Use the FileSystemObject when you use Javascript or VBScript :)
HTH,
Mythran