strdFilePath = @"\存储卡\gprstest_all\DataExchange\Received\";
if (!Directory.Exists(strdFilePath))
{
Directory.CreateDirectory(strdFilePath);
}