Modify: re-organize structure of filesystem
This commit is contained in:
@@ -7,6 +7,11 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
/* ==========
|
||||
验证器
|
||||
==========
|
||||
*/
|
||||
|
||||
// 文件/路径名保留字符
|
||||
var reservedCharacter = []string{"\\", "?", "*", "<", "\"", ":", ">", "/"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user