Java – Deleting a folder that doesn’t seem empty

Using Java, I’m trying to delete files and folders on a NAS. Everything works perfectly, except when a user has opened Windows Explorer in a folder I want to delete.

For example, I have a folder A which contains a folder B. I want to delete folder B and then folder A. Folder B will be deleted, but not folder A. This only happens when someone uses Windows Explorer in folder B. My code says that folder A is not empty, it still contains folder B. But how can this be because folder B has just been deleted, and in Windows Explorer I can’t see folder B (even though hidden files are checked).

I’ve tried running this code locally and it works even though I have Windows Explorer open in folder B. This only happens with the NAS. Do you have any ideas?

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>void test(){
isSuccessfullyRemoved = true
Path p = Paths.get('FOLDER B')
try (def ds = Files.newDirectoryStream(p)) {
ds.each { subPath ->
// Delete every files in the folder B
if (subPath.toFile().isFile()) {
deleteFileorFolder(subPath)
}
}
}
// The folder B should be empty if the deletion of the files was successful and does not contains a folder
if (isSuccessfullyRemoved && isDirEmpty(p)) {
// Delete Folder B
deleteFileorFolder(p)
// Folder B has been deleted, isSuccessfullyRemoved is TRUE but isDirEmpty is FALSE, why?
if (isSuccessfullyRemoved && isDirEmpty(p.parent)) {
deleteDirectory(p.parent.toFile())
}
}
}
boolean isDirEmpty(Path directory) {
try (def ds = Files.newDirectoryStream(directory)) {
return !ds.iterator().hasNext()
}
}
</code>
<code>void test(){ isSuccessfullyRemoved = true Path p = Paths.get('FOLDER B') try (def ds = Files.newDirectoryStream(p)) { ds.each { subPath -> // Delete every files in the folder B if (subPath.toFile().isFile()) { deleteFileorFolder(subPath) } } } // The folder B should be empty if the deletion of the files was successful and does not contains a folder if (isSuccessfullyRemoved && isDirEmpty(p)) { // Delete Folder B deleteFileorFolder(p) // Folder B has been deleted, isSuccessfullyRemoved is TRUE but isDirEmpty is FALSE, why? if (isSuccessfullyRemoved && isDirEmpty(p.parent)) { deleteDirectory(p.parent.toFile()) } } } boolean isDirEmpty(Path directory) { try (def ds = Files.newDirectoryStream(directory)) { return !ds.iterator().hasNext() } } </code>
void test(){
    isSuccessfullyRemoved = true
    Path p = Paths.get('FOLDER B')
    try (def ds = Files.newDirectoryStream(p)) {
        ds.each { subPath ->
            // Delete every files in the folder B
            if (subPath.toFile().isFile()) {
                deleteFileorFolder(subPath)
            }
        }
    }

    // The folder B should be empty if the deletion of the files was successful and does not contains a folder
    if (isSuccessfullyRemoved && isDirEmpty(p)) {
        // Delete Folder B
        deleteFileorFolder(p)

        // Folder B has been deleted, isSuccessfullyRemoved is TRUE but isDirEmpty is FALSE, why?
        if (isSuccessfullyRemoved && isDirEmpty(p.parent)) {
            deleteDirectory(p.parent.toFile())
        }
    }
}


boolean isDirEmpty(Path directory) {
    try (def ds = Files.newDirectoryStream(directory)) {
        return !ds.iterator().hasNext()
    }
}

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật