- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for DS_Store (0.25 sec)
-
cmd/xl-storage.go
if HasSuffix(deletePath, SlashSeparator) { return errFileNotFound } // if we have .DS_Store only on macOS if runtime.GOOS == globalMacOSName { storeFilePath := pathJoin(deletePath, ".DS_Store") _, err := Stat(storeFilePath) // .DS_Store exists if err == nil { // delete first Remove(storeFilePath) // try again Remove(deletePath)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Jun 13 11:33:47 UTC 2025 - 91.7K bytes - Viewed (0) -
pom.xml
</data> <!-- Add lintian files --> <data> <type>directory</type> <src>${project.build.directory}/generated-packaging/deb/lintian</src> <excludes>.DS_Store</excludes> <mapper> <type>perm</type> <prefix>/usr/share/lintian/overrides</prefix> <user>${packaging.fess.user}</user> <group>${packaging.fess.group}</group> </mapper>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Sep 04 05:22:58 UTC 2025 - 49.6K bytes - Viewed (0)