Daniel 2024-06-19 09:38:02 +08:00
parent 661b71b532
commit a4c8273824
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1487,6 +1487,8 @@ func exportBoxSYZip(boxID string) (zipPath string) {
}
func exportSYZip(boxID, rootDirPath, baseFolderName string, docPaths []string) (zipPath string) {
defer util.ClearPushProgress(100)
dir, name := path.Split(baseFolderName)
name = util.FilterFileName(name)
if strings.HasSuffix(name, "..") {