smooth
发表于 2014-2-13 09:06:12
回复 13# netegg
蛋蛋,我发现问题了,运行这个函数要求有管理员的身份才行,在代码的开头插入#RequireAdmin,就没有这个问题了。
smooth
发表于 2014-2-13 12:18:57
回复 15# afan
果然是有问题啊,那个是检测路径是否存在的,我用了半天才发现问题。。。。
smooth
发表于 2014-2-13 13:33:43
^(?(?::)?\\(?:[^\\\?\/\*\|:"]+\\)+)(?(?[^\\\?\/\*\|:"]+?)\.(?[^.\\\?\/\*\|:"]+))$
这个好像不 ...
netegg 发表于 2014-2-12 00:34 http://www.autoitx.com/images/common/back.gif
这个正则不行呀,路径里我输入两个冒号,都不提示错误????
netegg
发表于 2014-2-13 15:18:22
回复 33# smooth
这个不用问我,我是抄过来的,我不会正则
afan
发表于 2014-2-13 15:28:52
写了个函数,_PathValidateCheck() 需要的可以试试
http://www.autoitx.com/thread-43565-1-1.html
smooth
发表于 2014-2-14 19:38:24
回复 35# afan
感谢A大支持!
已在你帖子里提出我的看法。