[Golang]解决 os.Mkdir的时候出现 The system cannot find the path specified

这是因为创建的目录是多级目录

创建多级目录应该使用

os.MkdirAll(fildDir, os.ModePerm)

就可以解决

posted @ 2022-03-25 23:32  唯一客服系统开发笔记  阅读(520)  评论(0编辑  收藏  举报