working commit
This commit is contained in:
@@ -24,5 +24,8 @@ func DirExists(name string) bool {
|
||||
return false
|
||||
}
|
||||
}
|
||||
if fileStat == nil {
|
||||
return false
|
||||
}
|
||||
return fileStat.IsDir()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user