I have new laptop with Win7 x64. UE v15.10.0.1031 installed
Strange problem reading text file (.ini) in \Windows\System32 folder.
Ini file is created by a service application I wrote. Creates one section with one property=value. total of 2 lines.
File size 22 bytes, file attributes 'A'
If I open file with UE, see nothing.
If I open file with notepad, see:
[SOCKET]
port=xxxxx
Run this same code on XP, do not have a problem viewing file contents with UE.
same result trying to read \windows\system32\tcpmon.ini- reads OK with notepad, nothing with UE (file attribute 'A')
also tried a text file- opened \windows\system32\catroot2\dberr.txt- can view full contents with UE
File attributes for this file are 'AI' - I have no clue what the 'I' attribute is. Anyone?
Is the attribute the issue, or the file extension?
Or is this a role/rights issue?
This problem is not limited to UE. Another application in my suite is unable to read from the file also.
Just wondering if anyone has come across this problem.
Strange problem reading text file (.ini) in \Windows\System32 folder.
Ini file is created by a service application I wrote. Creates one section with one property=value. total of 2 lines.
File size 22 bytes, file attributes 'A'
If I open file with UE, see nothing.
If I open file with notepad, see:
[SOCKET]
port=xxxxx
Run this same code on XP, do not have a problem viewing file contents with UE.
same result trying to read \windows\system32\tcpmon.ini- reads OK with notepad, nothing with UE (file attribute 'A')
also tried a text file- opened \windows\system32\catroot2\dberr.txt- can view full contents with UE
File attributes for this file are 'AI' - I have no clue what the 'I' attribute is. Anyone?
Is the attribute the issue, or the file extension?
Or is this a role/rights issue?
This problem is not limited to UE. Another application in my suite is unable to read from the file also.
Just wondering if anyone has come across this problem.