This commit is contained in:
chrislu
2022-07-28 18:06:49 -07:00
parent a458bee9f2
commit 89e276de64

View File

@@ -62,6 +62,7 @@ func (i *InodeToPath) EnsurePath(path util.FullPath, isDirectory bool) bool {
}
if i.EnsurePath(util.FullPath(dir), true) {
i.Lookup(path, time.Now().Unix(), isDirectory, false, 0, false)
return true
}
}
return false