Skip to content

childrensCount returns no value #188

Description

@uguraltinsoy
webdavProvider.contentsOfDirectory(path: "/", completionHandler: {
            contents, error in
            for file in contents {
                print("Name: \(file.name)")
                print("Size: \(file.size)")
                print("is Folder: \(file.isDirectory)")
                print("Creation Date: \(file.creationDate)")
                print("Modification Date: \(file.modifiedDate)")
                print("Path: \(file.path)")
                print("Childrens Count: \(file.childrensCount)")
            }
})

Result

Name: Time Machine
Size: -1
is Folder: true
Creation Date: nil
Modification Date: Optional(2024-07-19 22:36:58 +0000)
Path: /Time Machine
Childrens Count: nil

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions