wrapDirectory abstract method

  1. @protected
Directory wrapDirectory(
  1. Directory delegate
)

Creates a new directory with the same file system as this entity and backed by the specified delegate.

Implementation

@protected
Directory wrapDirectory(io.Directory delegate);