if (string.IndexOfAny(System.IO.Path.GetInvalidFileNameChars()) >= 0)
{
    
//含有非法字符
}

相关文章: