111,120
社区成员
发帖
与我相关
我的任务
分享
if (Directory.GetFiles(filePath, "*.*", SearchOption.AllDirectories).LongLength <= 0)
{
return false;//不存在
}
else
{
return true;//存在
}