My OS is 64 bits and in the foler C:WindowsSysWOW64 there is a file 111.txt, but there is not the file in c:windowssystem32
but the follwoing code return true
file = @"C:WindowsSystem32111.txt";
bool bExist = System.IO.File.Exists(file);
I don't know why? and how can i check if there is the file 111.txt under system32 not SysWoW64?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…