URL

extension URL
  • Returns the allocated size in disk for a regular file in bytes. Typically are multiples of 4096 bytes

    Declaration

    Swift

    func regularFileAllocatedDiskSize() throws -> UInt64
  • Returns the allocated file a regular file in bytes.

    Declaration

    Swift

    func regularFileSize() throws -> UInt64