@ -10,6 +10,7 @@ func Exists(path string) bool {
return true
}
// IsDir returns if path is a directory
func IsDir(path string) bool {
info, err := os.Stat(path)
if err != nil {
The note is not visible to the blocked user.