111,076
社区成员




string Fi =@"F:\F\四十二章经.rtf";
if (System.IO.File.Exists(Fi))
{
MessageBox.Show( Fi + " 存在");
}
else
{
MessageBox.Show(Fi + "不存在");
}