PowerShell 技能连载 - 检查文件名的非法字符
文件的命名是十分敏感的,不能包含某些特定的保留字符。要验证文件名并确保这些字符是合法的,以下对昨天的脚本(检查文件系统路径)做了一点改进。这个脚本检查文件名的合法性:
1 | # check path: |
结果如下:
Do not use these characters in file names: : ?
PowerShell 技能连载 - 检查文件名的非法字符
http://blog.vichamp.com/2016/10/27/check-file-names-for-illegal-characters-directory/