Contents

usable(name:containerID:)

Creates a probe result for a recognized and usable file system.

Declaration

class func usable(name: String, containerID: FSContainerIdentifier) -> Self

Parameters

  • name:

    The resource name, as found during the probe operation. If the file system doesn’t support names, or is awaiting naming, use an empty string.

  • containerID:

    The container identifier, as found during the probe operation. If the file system doesn’t support durable identifiers, use a random UUID.

See Also

Working with results