mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Remove empty sidecar folder
This commit is contained in:
@@ -165,6 +165,10 @@ function FileManager:init()
|
||||
callback = function()
|
||||
local full_path = util.realpath(file)
|
||||
os.remove(DocSettings:getSidecarFile(full_path))
|
||||
-- If the sidecar folder is empty, os.remove() can
|
||||
-- delete it. Otherwise, the following statement has no
|
||||
-- effect.
|
||||
os.remove(DocSettings:getSidecarDir(full_path))
|
||||
self:refreshPath()
|
||||
-- also remove from history if present
|
||||
local readhistory = require("readhistory")
|
||||
|
||||
Reference in New Issue
Block a user