Modify: re-organize structure of filesystem

This commit is contained in:
HFO4
2019-11-20 15:53:00 +08:00
parent e09294d388
commit 438ce02420
8 changed files with 191 additions and 142 deletions

View File

@@ -7,6 +7,11 @@ import (
"strings"
)
/* ==========
验证器
==========
*/
// 文件/路径名保留字符
var reservedCharacter = []string{"\\", "?", "*", "<", "\"", ":", ">", "/"}