T
tshad
In my sample program I have the following:
File.Create(@"c:\newfile.zip")
Why does it use an @ sign?
I don't normally have to do that in my code to open a file.
Thanks,
Tom
File.Create(@"c:\newfile.zip")
Why does it use an @ sign?
I don't normally have to do that in my code to open a file.
Thanks,
Tom