blah blah blah is here! blah blah » Close

0
votes
1 answers

C#, inconsistencies in Windows folder contents?

Hello, Say I've got this location: C:\Windows\System32\config\systemprofile\AppData\Local\LogMeIn Hamachi, I browse to it with explorer (I've got admin-rights), systemprofile is read-only, but no problem. The folder contains 7 arbitrary ...

1
votes
0 answers

C#, Read file that contains an ASCII character that triggers an early <EOF>

Are there any alternatives to such a thing? Perhaps replacing the character in question? But how would I go about this if I can't read the entire file to begin with?

1
votes
1 answers

C#, StreamReader, ReadToEnd(), and unexpected readings.

Long story short, I've got a configuration file that looks along the lines of (Note that this format is out of my reach): [CODE]\x02\x05TEST1\x16\x03 \x01\x06TEST2\x16\x03[/CODE] I used the hex simply cause I wasn't able to pas ...

Feedback