C
Christian Blackburn
Hi Gang,
Does @ mean the working directory in strings?
strFile = @"\DoNotCallFilter\Setup.exe";
Does it change the way the string has to be escaped? Normally, I
would think you'd have to do strFile = "\\DoNotCallFilter\\Setup.exe";
Thanks,
Christian
Does @ mean the working directory in strings?
strFile = @"\DoNotCallFilter\Setup.exe";
Does it change the way the string has to be escaped? Normally, I
would think you'd have to do strFile = "\\DoNotCallFilter\\Setup.exe";
Thanks,
Christian