求在VB中判断文件路径(如c:\windows\test.exe的样式)的正则表达式求在VB中判断文件路径(如c:\windows\test.exe的样式)的正则表达式 请写全部过程谢谢[解决办法]sorry:纠正一下:'调用: Dim p As String p = "^[a-zA-Z]:(\\[^\\/:"""" < >\ ¦]+)+$" MsgBox b("c:\windows\test.exe", p)